Update of /cvsroot/pure-data/externals/pdp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15786
Modified Files: Makefile Log Message: PDP makefile should default to building for Linux when on Linux
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/pdp/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 16 Dec 2005 00:38:55 -0000 1.6 --- Makefile 21 Jul 2006 15:39:11 -0000 1.7 *************** *** 1,6 **** include Makefile.config
! all: $(PDP_TARGET)
pdp_all: --- 1,11 ---- include Makefile.config
+ # all: $(PDP_TARGET)
! ifeq ($(OS_NAME),darwin) ! all: darwin ! else ! all: linux ! endif
pdp_all: