[PD-cvs] SF.net SVN: pure-data: [9529] branches/pd-extended/v0-40/pd/src/makefile. mingw

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun Mar 2 20:01:09 CET 2008


Revision: 9529
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9529&view=rev
Author:   eighthave
Date:     2008-03-02 11:01:08 -0800 (Sun, 02 Mar 2008)

Log Message:
-----------
for MinGW, make depend needs to depend on the config.h copying hack

Modified Paths:
--------------
    branches/pd-extended/v0-40/pd/src/makefile.mingw

Modified: branches/pd-extended/v0-40/pd/src/makefile.mingw
===================================================================
--- branches/pd-extended/v0-40/pd/src/makefile.mingw	2008-03-02 18:30:42 UTC (rev 9528)
+++ branches/pd-extended/v0-40/pd/src/makefile.mingw	2008-03-02 19:01:08 UTC (rev 9529)
@@ -274,7 +274,7 @@
 
 depend: makefile.dependencies
 
-makefile.dependencies: $(SRC) $(GSRC) $(PASRC) $(HEADERS)
+makefile.dependencies: config.h $(SRC) $(GSRC) $(PASRC) $(HEADERS)
 	$(CC) $(INCLUDE) $(INCPA) $(CFLAGS) -M $(SRC) $(GSRC) $(PASRC) $(HEADERS) \
 		> makefile.dependencies
 


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