[PD-cvs] SF.net SVN: pure-data: [9753] trunk/externals/iem/iemmatrix/src/Makefile

zmoelnig at users.sourceforge.net zmoelnig at users.sourceforge.net
Fri May 2 12:11:16 CEST 2008


Revision: 9753
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9753&view=rev
Author:   zmoelnig
Date:     2008-05-02 03:11:16 -0700 (Fri, 02 May 2008)

Log Message:
-----------
install the binary into extra/iemmatrix/

Modified Paths:
--------------
    trunk/externals/iem/iemmatrix/src/Makefile

Modified: trunk/externals/iem/iemmatrix/src/Makefile
===================================================================
--- trunk/externals/iem/iemmatrix/src/Makefile	2008-05-02 10:02:10 UTC (rev 9752)
+++ trunk/externals/iem/iemmatrix/src/Makefile	2008-05-02 10:11:16 UTC (rev 9753)
@@ -104,8 +104,8 @@
 install: install-bin install-doc install-abs
 
 install-bin:
-	-install -d $(INSTALL_BIN)
-	-install -m 644 $(LIBRARY_NAME).$(EXT) $(INSTALL_BIN)
+	-install -d $(INSTALL_DOC)
+	-install -m 644 $(LIBRARY_NAME).$(EXT) $(INSTALL_DOC)
 
 install-doc:
 	-install -d $(INSTALL_DOC)


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