From a6561080a9b367729eef4784960fb8538c7aa87d 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_bin_ambi/; 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 df1684d..d4ad023 100644 --- a/src/makefile_d_fat +++ b/src/makefile_d_fat @@ -42,7 +42,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