tags 424123 + patch thanks Hi, I attach a patch to solve this problem, I only include stamp-build to .PHONY, and as a plus, I de-ignoring the output from "make clean"
please review it, and include it if you found it usefull Cheers. -- Enrique Monge PGP key = 0x1F8C587D Key fingerprint = B93A 3A23 770F 0F11 BC25 05CF 3EB2 2DDB 1F8C 587D http://teotihua.org
diff -ruN wmrack-1.3-old/debian/rules wmrack-1.3/debian/rules --- wmrack-1.3-old/debian/rules 2007-11-02 21:54:38.000000000 -0600 +++ wmrack-1.3/debian/rules 2007-11-02 21:56:07.000000000 -0600 @@ -12,7 +12,7 @@ clean: dh_testdir dh_testroot - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean -rm -f build Makefile XPM/Makefile XPM/standart.style wmrack \ config.log config.h config.cache config.status .depend dh_clean @@ -41,4 +41,4 @@ binary: binary-indep binary-arch -.PHONY: binary binary-arch binary-indep clean build +.PHONY: binary binary-arch binary-indep clean build stamp-build
signature.asc
Description: Esta parte del mensaje está firmada digitalmente