[Pkg-octave-commit] r1362 - qtoctave/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Mar 5 17:00:33 UTC 2008


Author: rafael
Date: 2008-03-05 17:00:33 +0000 (Wed, 05 Mar 2008)
New Revision: 1362

Modified:
   qtoctave/trunk/debian/rules
Log:
Clean up objetc files in install-tool2

Modified: qtoctave/trunk/debian/rules
===================================================================
--- qtoctave/trunk/debian/rules	2008-03-05 16:59:02 UTC (rev 1361)
+++ qtoctave/trunk/debian/rules	2008-03-05 17:00:33 UTC (rev 1362)
@@ -46,8 +46,8 @@
 # Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) -n clean
 	[ ! -f clean ] || sh clean
-	-$(DELFILE) qtoctave/qtoctave install-tool/install-tool \
-		    widgetserver/widgetserver
+	-$(DELFILE) qtoctave/qtoctave install-tool2/install-tool \
+		    widgetserver/widgetserver install-tool2/*.o
 	-$(DELFILE) Makefile
 
 	dh_clean




More information about the Pkg-octave-commit mailing list