aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-10 13:08:02 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-10 13:08:02 +0000
commit45784febaf5e5f635bedb831b9609655ce33b525 (patch)
treea0ebf9d7cb4978c38ba542a9a49c069992719278 /Makefile
parentdba4e6f0468ee3ec9cd3825404e85eeba3795c24 (diff)
downloadbusybox-w32-45784febaf5e5f635bedb831b9609655ce33b525.tar.gz
busybox-w32-45784febaf5e5f635bedb831b9609655ce33b525.tar.bz2
busybox-w32-45784febaf5e5f635bedb831b9609655ce33b525.zip
Some more minor build cleanups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0fbe91b2e..30412c84c 100644
--- a/Makefile
+++ b/Makefile
@@ -212,7 +212,7 @@ bbsubdirs: $(patsubst %, _dir_%, $(SUBDIRS))
212$(patsubst %, _dir_%, $(SUBDIRS)) : dummy include/config/MARKER 212$(patsubst %, _dir_%, $(SUBDIRS)) : dummy include/config/MARKER
213 $(MAKE) CFLAGS="$(CFLAGS)" -C $(patsubst _dir_%, %, $@) 213 $(MAKE) CFLAGS="$(CFLAGS)" -C $(patsubst _dir_%, %, $@)
214 214
215busybox: config.h depend bbsubdirs 215busybox: config.h dep-files bbsubdirs
216 $(CC) $(LDFLAGS) -o $@ applets/busybox.o $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES) 216 $(CC) $(LDFLAGS) -o $@ applets/busybox.o $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES)
217 $(STRIPCMD) 217 $(STRIPCMD)
218 218
@@ -295,7 +295,7 @@ scripts/split-include: scripts/split-include.c
295 $(HOSTCC) $(HOSTCFLAGS) -o scripts/split-include scripts/split-include.c 295 $(HOSTCC) $(HOSTCFLAGS) -o scripts/split-include scripts/split-include.c
296 296
297dep-files: scripts/mkdep 297dep-files: scripts/mkdep
298 if [ ! -f .depend ] ; then \ 298 @if [ ! -f .depend ] ; then \
299 rm -f .depend .hdepend; \ 299 rm -f .depend .hdepend; \
300 mkdir -p $(TOPDIR)/include/config; \ 300 mkdir -p $(TOPDIR)/include/config; \
301 scripts/mkdep -I $(TOPDIR)/include -- \ 301 scripts/mkdep -I $(TOPDIR)/include -- \