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
commit4a9b50d166c556fcd37c6ed8a1a2c499c8ee273d (patch)
treee04d8f6a4d8b3927d345ad254fd6d3cb627fcf88 /src/makefile_d_fat
parentae0b95e24210a298b012d937d6d5305a2d1f0d6a (diff)
removed touch in makefile_d_fat and added the 64bit linux feature for array access
svn path=/trunk/externals/iem/iem_ambi/; 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 daf5f5c..8456b73 100644
--- a/src/makefile_d_fat
+++ b/src/makefile_d_fat
@@ -41,7 +41,6 @@ all: $(OBJ)
mv $(TARGET) ..
$(OBJ) : %.o : %.c
- touch $*.c
$(CC) -arch i386 -arch ppc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c