[BusyBox-cvs] busybox Makefile,1.271,1.272

Glenn McGrath bug1 at busybox.net
Fri Dec 20 10:06:45 UTC 2002


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

Modified Files:
	Makefile 
Log Message:
Adjust for new .depend target


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/Makefile,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -d -r1.271 -r1.272
--- Makefile	20 Dec 2002 06:03:47 -0000	1.271
+++ Makefile	20 Dec 2002 10:06:38 -0000	1.272
@@ -134,7 +134,7 @@
 		`find . -name \*.h -print` >> .hdepend;
 	$(MAKE) $(patsubst %,_sfdep_%,$(DIRS)) _FASTDEP_ALL_SUB_DIRS="$(DIRS)" ;
 
-depend dep: include/config.h .depend
+depend dep .depend: 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