aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2009-05-14 15:54:23 +0000
committermusil <tmusil@users.sourceforge.net>2009-05-14 15:54:23 +0000
commit5440ba0db3c12e6cc59b5395c406c17435f977a7 (patch)
treee8973cd327336ea37da395fbed475bb194ecb987
parent407bbf979cf7d0807a2095ff8dff3df85c118108 (diff)
removed touch in makefile_d_fat and added the 64bit linux feature for array access
svn path=/trunk/externals/iem/iem_spec2/; revision=11360
-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 dc8a877..9191553 100644
--- a/src/makefile_d_fat
+++ b/src/makefile_d_fat
@@ -58,7 +58,6 @@ all: $(OBJ)
mv $(TARGET) ..
$(OBJ) : %.o : %.c
- touch $*.c
$(CC) -arch i386 -arch ppc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c