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

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Tue Jan 13 22:45:24 CET 2009


Revision: 10543
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10543&view=rev
Author:   eighthave
Date:     2009-01-13 21:45:24 +0000 (Tue, 13 Jan 2009)

Log Message:
-----------
oops, I mistakenly removed 'externs' from the 'all' target, put it back, and cleaned that bit up a bit

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-13 21:35:57 UTC (rev 10542)
+++ branches/pd-devel/0.41.4/src/makefile.in	2009-01-13 21:45:24 UTC (rev 10543)
@@ -75,10 +75,9 @@
 #  ------------------ targets ------------------------------------
 #
 
-.PHONY: pd externs all
+.PHONY: pd externs all bin
 
-all: pd $(BIN_DIR)/pd-watchdog $(BIN_DIR)/pdsend \
-    $(BIN_DIR)/pdreceive  $(BIN_DIR)/pd.tk
+all: bin externs
 
 bin: pd $(BIN_DIR)/pd-watchdog $(BIN_DIR)/pdsend \
     $(BIN_DIR)/pdreceive  $(BIN_DIR)/pd.tk


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