From 97d97ef5c4e0d5494e4b1301903c7730df6421a1 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 21 Nov 2008 21:27:23 +0100 Subject: Debian package ("make deb"): fix some lintian(1) warnings --- contrib/Debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/Debian/rules') diff --git a/contrib/Debian/rules b/contrib/Debian/rules index 4b41bd7a..5648846d 100755 --- a/contrib/Debian/rules +++ b/contrib/Debian/rules @@ -88,7 +88,7 @@ clean: rm -f $(CURDIR)/debian/ngircd-full.postinst # Add here commands to clean up after the build process: - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub -- cgit 1.4.1