[Pkg-octave-commit] r1354 - qtoctave/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Wed Mar 5 16:16:34 UTC 2008
Author: rafael
Date: 2008-03-05 16:16:34 +0000 (Wed, 05 Mar 2008)
New Revision: 1354
Modified:
qtoctave/trunk/debian/rules
Log:
Do not ignore errors in make clean
Modified: qtoctave/trunk/debian/rules
===================================================================
--- qtoctave/trunk/debian/rules 2008-03-05 16:15:35 UTC (rev 1353)
+++ qtoctave/trunk/debian/rules 2008-03-05 16:16:34 UTC (rev 1354)
@@ -50,7 +50,7 @@
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) clean
- sh clean
+ [ ! -f clean ] || sh clean
-$(DELFILE) config.sub config.guess
-$(DELFILE) qtoctave/qtoctave install-tool/install-tool \
widgetserver/widgetserver
More information about the Pkg-octave-commit
mailing list