aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-05 14:52:21 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-05 14:52:21 +0000
commit14b1c1da9ad7b5078086f821496b828cfd55c06d (patch)
tree70055af6074f198a9f6122e653119a36feecf53b /Makefile
parentc06e80e1e7fed5ee9d74201180e8d0d4cee625c0 (diff)
downloadbusybox-w32-14b1c1da9ad7b5078086f821496b828cfd55c06d.tar.gz
busybox-w32-14b1c1da9ad7b5078086f821496b828cfd55c06d.tar.bz2
busybox-w32-14b1c1da9ad7b5078086f821496b828cfd55c06d.zip
- remove explicit dependency of busybox.o and applets.o and usage.h from the
Makefile. Instead fix the invocation of bb_mkdep.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd8e47c6d..4f052ff1f 100644
--- a/Makefile
+++ b/Makefile
@@ -275,7 +275,7 @@ depend dep $(top_builddir)/.depend: .depend
275.depend: scripts/bb_mkdep $(DEP_INCLUDES) 275.depend: scripts/bb_mkdep $(DEP_INCLUDES)
276 @rm -f .depend 276 @rm -f .depend
277 @mkdir -p include/config 277 @mkdir -p include/config
278 scripts/bb_mkdep -c include/config.h -c include/bb_config.h $(top_srcdir)/ > $@.tmp 278 scripts/bb_mkdep -c include/config.h -c include/bb_config.h -I $(top_srcdir)/include $(top_srcdir)/ > $@.tmp
279 mv $@.tmp $@ 279 mv $@.tmp $@
280 280
281include/config.h: .config 281include/config.h: .config