svn commit: trunk/busybox
aldot at busybox.net
aldot at busybox.net
Wed Oct 5 13:55:46 UTC 2005
Author: aldot
Date: 2005-10-05 06:55:45 -0700 (Wed, 05 Oct 2005)
New Revision: 11770
Log:
- fix generation of .depend when building out of tree.
point bb_mkdep to the source directory and not the build-directory.
Modified:
trunk/busybox/Makefile
Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile 2005-10-05 13:53:46 UTC (rev 11769)
+++ trunk/busybox/Makefile 2005-10-05 13:55:45 UTC (rev 11770)
@@ -275,7 +275,7 @@
.depend: scripts/bb_mkdep $(DEP_INCLUDES)
@rm -f .depend
@mkdir -p include/config
- scripts/bb_mkdep -c include/config.h -c include/bb_config.h > $@.tmp
+ scripts/bb_mkdep -c include/config.h -c include/bb_config.h $(top_srcdir)/ > $@.tmp
mv $@.tmp $@
include/config.h: .config
More information about the busybox-cvs
mailing list