r129 - vdr/vdr-plugin-weather/trunk/debian

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Wed, 23 Feb 2005 21:11:34 +0100


Author: tschmidt
Date: 2005-02-23 21:11:33 +0100 (Wed, 23 Feb 2005)
New Revision: 129

Modified:
   vdr/vdr-plugin-weather/trunk/debian/rules
Log:
Do not fail in clean-target when there is no upstream-source

Modified: vdr/vdr-plugin-weather/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-weather/trunk/debian/rules	2005-02-23 20:09:56 UTC (rev 128)
+++ vdr/vdr-plugin-weather/trunk/debian/rules	2005-02-23 20:11:33 UTC (rev 129)
@@ -46,7 +46,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	$(MAKE) -o .dependencies clean
+	-$(MAKE) -o .dependencies clean
 	rm -f libvdr-*.so.*
 	dh_clean