[PD-cvs] externals Makefile,1.62,1.63

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Jun 15 06:28:48 CEST 2006


Update of /cvsroot/pure-data/externals
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31645

Modified Files:
	Makefile 
Log Message:
oops, forgot a backslash

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** Makefile	14 Jun 2006 13:13:47 -0000	1.62
--- Makefile	15 Jun 2006 04:28:45 -0000	1.63
***************
*** 299,303 ****
  		--license "BSD" \
  		--version ""
! 	install -p $(CORELIBS_OBJECTS:.c=.$(EXTENSION)) 
  		$(objectsdir)/$(CORELIBS_NAME)
  	install -d $(helpdir)/$(CORELIBS_NAME)
--- 299,303 ----
  		--license "BSD" \
  		--version ""
! 	install -p $(CORELIBS_OBJECTS:.c=.$(EXTENSION)) \
  		$(objectsdir)/$(CORELIBS_NAME)
  	install -d $(helpdir)/$(CORELIBS_NAME)





More information about the Pd-cvs mailing list