summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2007-09-20 22:36:41 +0000
committerpixel <pixel>2007-09-20 22:36:41 +0000
commit4b5fcafe9312a0c93eace471bdbbc2bc67cb6bdb (patch)
tree15adc4cec426d1c69bc8b0335ab3a2259e294fb6
parent26fcbbdd26a389b6979a966ae8dd49a40a6a1d05 (diff)
Fixing dependancies
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd5721a..858231d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ test-it: $(TARGET) test-it.o
clean:
rm -f *.o *.dep $(TARGET) test-it
-dep: $(ALL_DEPS)
+dep: $(DEP_LIST)
%.dep : %.c
$(CC) $(CPPFLAGS) -M -MF $@ $<