(svn r14645) -Fix [FS#2431]: Debian packaging rules could use a non-existing makefile target when rerunning it with dpkg-buildpackage
This commit is contained in:
@@ -36,7 +36,7 @@ clean:
|
|||||||
# We check for Makefile presence, because clean is called at the
|
# We check for Makefile presence, because clean is called at the
|
||||||
# start of the build process (before configure) where we don't
|
# start of the build process (before configure) where we don't
|
||||||
# have a Makefile yet.
|
# have a Makefile yet.
|
||||||
[ ! -f Makefile ] || $(MAKE) distclean
|
[ ! -f Makefile ] || $(MAKE) mrproper
|
||||||
|
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user