From 4b5fcafe9312a0c93eace471bdbbc2bc67cb6bdb Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 20 Sep 2007 22:36:41 +0000 Subject: Fixing dependancies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ $< -- cgit v1.2.3