diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-09-08 17:16:20 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-09-08 17:16:20 +0000 |
commit | 4d8bc9b5de5f885e275495bf0ba25fb556e50d9b (patch) | |
tree | b29733482e507e259f3403dcd19ea359f8511543 | |
parent | 898e9694323606c78fc40eadfa5946b79175bdce (diff) |
don't touch C-files
there's no reason for this.
if you experience clock-skew, then you should run 'make clean' before running 'make'.
if you want to cater for clock-skew, automatically run 'make clean'.
but don't modify files (even if it's *only* there timestamps)
svn path=/trunk/externals/iemlib/; revision=17554
-rw-r--r-- | Make.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Make.include b/Make.include index aaca607..4e9958b 100644 --- a/Make.include +++ b/Make.include @@ -51,6 +51,5 @@ all: $(OBJ) -cp $(TARGET).$(EXT) ../../lib/ $(OBJ) : %.o : %.c - touch $*.c $(CC) $(PD_CFLAGS) $(PD_INCLUDES) -c -o $*.o $*.c |