[PD-cvs] SF.net SVN: pure-data:[10647] branches/pd-devel/0.41.4/src/makefile.in

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Jan 26 05:47:10 CET 2009


Revision: 10647
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10647&view=rev
Author:   eighthave
Date:     2009-01-26 04:47:09 +0000 (Mon, 26 Jan 2009)

Log Message:
-----------
added line to make clean target actually delete all the .o files

Modified Paths:
--------------
    branches/pd-devel/0.41.4/src/makefile.in

Modified: branches/pd-devel/0.41.4/src/makefile.in
===================================================================
--- branches/pd-devel/0.41.4/src/makefile.in	2009-01-26 04:46:26 UTC (rev 10646)
+++ branches/pd-devel/0.41.4/src/makefile.in	2009-01-26 04:47:09 UTC (rev 10647)
@@ -164,6 +164,7 @@
 	@echo "Pd install succeeded."
 
 local-clean:
+	-rm -f -- $(OBJ)
 	-rm -f ../obj/* $(BIN_DIR)/pd $(BIN_DIR)/pdsend \
 	    $(BIN_DIR)/pdreceive $(BIN_DIR)/pd-watchdog m_stamp.c
 	-rm -f -- $(BIN_DIR)/*.tcl


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list