aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/makefile_d_fat1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefile_d_fat b/src/makefile_d_fat
index 07e806c..b864758 100644
--- a/src/makefile_d_fat
+++ b/src/makefile_d_fat
@@ -46,7 +46,6 @@ all: $(OBJ)
mv $(TARGET) ..
$(OBJ) : %.o : %.c
- touch $*.c
$(CC) -arch i386 -arch ppc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c