diff options
author | pixel <pixel> | 2007-09-20 22:38:43 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-09-20 22:38:43 +0000 |
commit | 5847522b96b2bd991c36c9f29638fe9b1c96f984 (patch) | |
tree | d0c473fd2bb527e2e74266be093da83c88833e83 | |
parent | 4b5fcafe9312a0c93eace471bdbbc2bc67cb6bdb (diff) |
Fixing dependancies
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,4 +38,4 @@ dep: $(DEP_LIST) %.dep : %.c $(CC) $(CPPFLAGS) -M -MF $@ $< --include $(ALL_DEPS) +-include $(DEP_LIST) |