[BusyBox-cvs] busybox Makefile,1.272,1.273

Erik Andersen andersen at codepoet.org
Sat Jan 11 18:02:55 UTC 2003


Update of /var/cvs/busybox
In directory winder:/tmp/cvs-serv6420

Modified Files:
	Makefile 
Log Message:
Fix an obvious mistake


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/Makefile,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -r1.272 -r1.273
--- Makefile	20 Dec 2002 10:06:38 -0000	1.272
+++ Makefile	11 Jan 2003 18:02:51 -0000	1.273
@@ -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




More information about the busybox-cvs mailing list