From 4d8bc9b5de5f885e275495bf0ba25fb556e50d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 8 Sep 2015 17:16:20 +0000 Subject: 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 --- Make.include | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1