(svn r14645) -Fix [FS#2431]: Debian packaging rules could use a non-existing makefile target when rerunning it with dpkg-buildpackage
authorrubidium
Sun, 30 Nov 2008 18:45:44 +0000
changeset 10394 a0fec997d412
parent 10393 4441e16edb52
child 10395 6fe57f7c5d8d
(svn r14645) -Fix [FS#2431]: Debian packaging rules could use a non-existing makefile target when rerunning it with dpkg-buildpackage
os/debian/rules
--- a/os/debian/rules	Sat Nov 29 22:40:54 2008 +0000
+++ b/os/debian/rules	Sun Nov 30 18:45:44 2008 +0000
@@ -36,7 +36,7 @@
 	# 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