diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-07-01 19:35:36 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-07-01 19:35:36 +0000 |
commit | d8d052b3fc690bc4f1c018419c719106f69dbd5b (patch) | |
tree | 0ce8542047a12a52db433d6bf1b97f1ed960c8bd /src/iemlib2 | |
parent | 2f6c85f46a8f12bf12e995cc0cfa4e2b9221e026 (diff) |
removed touching
svn path=/trunk/externals/iemlib/; revision=3279
Diffstat (limited to 'src/iemlib2')
-rw-r--r-- | src/iemlib2/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/iemlib2/makefile b/src/iemlib2/makefile index 1d44eba..d4d27a9 100644 --- a/src/iemlib2/makefile +++ b/src/iemlib2/makefile @@ -2,7 +2,7 @@ current: all .SUFFIXES: .pd_linux -INCLUDE = -I. -I/usr/local/src/pd-0.37-4/src +INCLUDE = -I. -I/usr/local/src/pd-0.38-4/src LDFLAGS = -export-dynamic -shared LIB = -ldl -lm -lpthread @@ -81,7 +81,6 @@ all: $(OBJ) cp $(TARGET) ../../lib $(OBJ) : %.o : %.c - touch $*.c cc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c |