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 | 855b5ebbdc4fc8affbf2c1f883d8e0ba16c271b2 (patch) | |
tree | 3e2c97503a75620ffc1082d7bba98fb5fe37a1d7 | |
parent | efd4df897b19cf07671b30b75105280265639288 (diff) |
removed touch in makefile_d_fat and added the 64bit linux feature for array access
svn path=/trunk/externals/iem/iemgui/; revision=11360
-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 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
|