summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 858231d..45652a4 100644
--- a/Makefile
+++ b/Makefile
@@ -38,4 +38,4 @@ dep: $(DEP_LIST)
%.dep : %.c
$(CC) $(CPPFLAGS) -M -MF $@ $<
--include $(ALL_DEPS)
+-include $(DEP_LIST)