Fix an obvious mistake
authorEric Andersen <andersen@codepoet.org>
Sat, 11 Jan 2003 18:02:51 +0000 (18:02 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 11 Jan 2003 18:02:51 +0000 (18:02 -0000)
Makefile

index 27cddcb..c34b32b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,7 @@ scripts/split-include: scripts/split-include.c
                `find . -name \*.h -print` >> .hdepend;
        $(MAKE) $(patsubst %,_sfdep_%,$(DIRS)) _FASTDEP_ALL_SUB_DIRS="$(DIRS)" ;
 
-depend dep .depend: include/config.h .depend
+depend dep: include/config.h .depend
 
 include/config/MARKER: depend scripts/split-include
        scripts/split-include include/config.h include/config