(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:
rubidium 2008-11-30 18:45:44 +00:00
parent 25ec47e2ac
commit d3da60f01d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ clean:
# We check for Makefile presence, because clean is called at the
# start of the build process (before configure) where we don't
# have a Makefile yet.
[ ! -f Makefile ] || $(MAKE) distclean
[ ! -f Makefile ] || $(MAKE) mrproper
dh_clean