[Pkg-samba-maint] r2522 - trunk/openchange/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Mon Jan 26 21:41:00 UTC 2009
Author: jelmer
Date: 2009-01-26 21:41:00 +0000 (Mon, 26 Jan 2009)
New Revision: 2522
Modified:
trunk/openchange/debian/rules
Log:
Check for config.mk rather than Makefile, which is always present.
Modified: trunk/openchange/debian/rules
===================================================================
--- trunk/openchange/debian/rules 2009-01-26 03:31:45 UTC (rev 2521)
+++ trunk/openchange/debian/rules 2009-01-26 21:41:00 UTC (rev 2522)
@@ -22,7 +22,7 @@
dh_testroot
dh_clean
$(RM) debian/tmp
- [ ! -f Makefile ] || $(MAKE) distclean
+ [ ! -f config.mk ] || $(MAKE) distclean
$(RM) build-stamp configure-stamp
binary-indep: build install
More information about the Pkg-samba-maint
mailing list