Fix an obvious mistake
diff --git a/Makefile b/Makefile
index 27cddcb..c34b32b 100644
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,7 @@
 		`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