From 08adf37bd95ae76167f11513ca9530d794cfa4d4 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 14 May 2009 15:54:23 +0000 Subject: removed touch in makefile_d_fat and added the 64bit linux feature for array access svn path=/trunk/externals/iem/iem_roomsim/; revision=11360 --- src/makefile_d_fat | 1 - 1 file changed, 1 deletion(-) (limited to 'src/makefile_d_fat') 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 -- cgit v1.2.1