aboutsummaryrefslogtreecommitdiff
path: root/src/makefile_d_fat
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile_d_fat')
-rw-r--r--src/makefile_d_fat3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefile_d_fat b/src/makefile_d_fat
index a7ea321..9412256 100644
--- a/src/makefile_d_fat
+++ b/src/makefile_d_fat
@@ -13,7 +13,7 @@ LFLAGS = -bundle -undefined suppress -flat_namespace
# the sources
-SRC = NLMS~.c \
+SRC = NLMS~.c \
NLMSCC~.c \
n_CNLMS~.c \
n_CLNLMS~.c \
@@ -39,7 +39,6 @@ all: $(OBJ)
mv $(TARGET) ..
$(OBJ) : %.o : %.c
- touch $*.c
$(CC) -arch i386 -arch ppc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c