Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1424
Modified Files: Makefile Log Message: fixed wiiremote.pd_darwin install
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.145 retrieving revision 1.146 diff -C2 -d -r1.145 -r1.146 *** Makefile 14 May 2007 22:39:02 -0000 1.145 --- Makefile 17 May 2007 20:43:50 -0000 1.146 *************** *** 2223,2227 **** wiiremote_install: wiiremote install -d $(objectsdir)/$(WIIREMOTE_NAME) ! install -p $(WIIREMOTE_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(WIIREMOTE_NAME) # install -d $(helpdir)/$(WIIREMOTE_NAME) # install -p $(externals_src)/io/wiiremote/*.pd \ --- 2223,2228 ---- wiiremote_install: wiiremote install -d $(objectsdir)/$(WIIREMOTE_NAME) ! install -p $(externals_src)/io/wiiremote/wiiremote.$(EXTENSION) \ ! $(objectsdir)/$(WIIREMOTE_NAME) # install -d $(helpdir)/$(WIIREMOTE_NAME) # install -p $(externals_src)/io/wiiremote/*.pd \