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 | d997244699f8c8df9fc9d18adb434485c9997ed1 (patch) | |
tree | c062e57825dad3dd81309afadabc96f058cac841 /src/makefile_d_fat | |
parent | 4597cf7da00670794ae75bf9dcdbf77a620dd130 (diff) |
removed touch in makefile_d_fat and added the 64bit linux feature for array access
svn path=/trunk/externals/iem/iem_matrix/; revision=11360
Diffstat (limited to 'src/makefile_d_fat')
-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 42d3e02..5f4ea41 100644 --- a/src/makefile_d_fat +++ b/src/makefile_d_fat @@ -44,7 +44,6 @@ all: $(OBJ) mv $(TARGET) ..
$(OBJ) : %.o : %.c
- touch $*.c
$(CC) -arch i386 -arch ppc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c |