Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14416
Modified Files: Makefile Log Message: created objectsdir before installing pidip
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.150 retrieving revision 1.151 diff -C2 -d -r1.150 -r1.151 *** Makefile 9 Jul 2007 21:04:06 -0000 1.150 --- Makefile 23 Jul 2007 22:53:56 -0000 1.151 *************** *** 1915,1918 **** --- 1915,1919 ---- # --description "PiDiP is Definitely in Pieces" \ # --license "GNU GPLv2" + install -d $(objectsdir) install -p $(externals_src)/pidip/*.$(EXTENSION) $(objectsdir) install -d $(helpdir)