[PD-cvs] SF.net SVN: pure-data: [9528] trunk/packages/win32_inno/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun Mar 2 19:30:42 CET 2008


Revision: 9528
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9528&view=rev
Author:   eighthave
Date:     2008-03-02 10:30:42 -0800 (Sun, 02 Mar 2008)

Log Message:
-----------
The newly updated 'make depend' section in makefile.mingw means that you need
to cd to packages/win32_inno before running make -f makefile.mingw so that
'make depend' finds the source files and puts the makefile.dependencies in the
right place.

Modified Paths:
--------------
    trunk/packages/win32_inno/Makefile

Modified: trunk/packages/win32_inno/Makefile
===================================================================
--- trunk/packages/win32_inno/Makefile	2008-03-02 18:19:07 UTC (rev 9527)
+++ trunk/packages/win32_inno/Makefile	2008-03-02 18:30:42 UTC (rev 9528)
@@ -39,7 +39,7 @@
 # makefile.mingw is available from here:
 # http://sourceforge.net/tracker/index.php?func=detail&aid=1374659&group_id=55736&atid=478072
 build_pd:
-	$(MAKE) -C $(pd_src)/src -f makefile.mingw
+	cd $(pd_src)/src && $(MAKE) -f makefile.mingw
 
 pd_install: build_pd
 # the autoconf/MinGW setup doesn't compile the extras yet


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