Update of /cvsroot/pure-data/externals/iemlib/src/iemlib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9527
Modified Files: makefile Log Message: removed touching
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/src/iemlib2/makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** makefile 6 Jun 2005 11:38:25 -0000 1.4 --- makefile 1 Jul 2005 19:35:36 -0000 1.5 *************** *** 3,7 **** .SUFFIXES: .pd_linux
! INCLUDE = -I. -I/usr/local/src/pd-0.37-4/src
LDFLAGS = -export-dynamic -shared --- 3,7 ---- .SUFFIXES: .pd_linux
! INCLUDE = -I. -I/usr/local/src/pd-0.38-4/src
LDFLAGS = -export-dynamic -shared *************** *** 82,86 ****
$(OBJ) : %.o : %.c - touch $*.c cc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c
--- 82,85 ----