aboutsummaryrefslogtreecommitdiff
path: root/src/makefile_d_fat
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
commit08adf37bd95ae76167f11513ca9530d794cfa4d4 (patch)
treec731891f72a3d9894096d967ae4a3058b8809de6 /src/makefile_d_fat
parent8fb63fde7109ef237c9431535dd1eefe35849e91 (diff)
removed touch in makefile_d_fat and added the 64bit linux feature for array access
svn path=/trunk/externals/iem/iem_roomsim/; revision=11360
Diffstat (limited to 'src/makefile_d_fat')
-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 825000b..1642963 100644
--- a/src/makefile_d_fat
+++ b/src/makefile_d_fat
@@ -39,7 +39,6 @@ all: $(OBJ)
mv $(TARGET) ..
$(OBJ) : %.o : %.c
- touch $*.c
$(CC) -arch i386 -arch ppc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c