diff options
author | musil <tmusil@users.sourceforge.net> | 2009-05-14 15:54:23 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2009-05-14 15:54:23 +0000 |
commit | 5440ba0db3c12e6cc59b5395c406c17435f977a7 (patch) | |
tree | e8973cd327336ea37da395fbed475bb194ecb987 /src | |
parent | 407bbf979cf7d0807a2095ff8dff3df85c118108 (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
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile_d_fat | 1 |
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 |