From fcc50df51546552562fabdba979957a4c98d8549 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 26 Jun 2003 13:37:15 +0000 Subject: Use distclean and not only clean --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 369c567..25dcab9 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -test -f Makefile && $(MAKE) prefix=/usr BUILD_ROOT=$(CURDIR)/debian/quilt clean + -test -f Makefile && touch Makefile && $(MAKE) prefix=/usr BUILD_ROOT=$(CURDIR)/debian/quilt distclean dh_clean -- cgit