diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-06 18:45:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-06 18:45:56 +0000 |
commit | 5abdaa9a169d0e54380d64f26e91e816d2fa483b (patch) | |
tree | f0e81a2d8c8be04856c960ddbf3e0a1549a62a30 | |
parent | 3c513e38581590c6a9be44aa93a01b45fe5ef384 (diff) | |
download | busybox-w32-5abdaa9a169d0e54380d64f26e91e816d2fa483b.tar.gz busybox-w32-5abdaa9a169d0e54380d64f26e91e816d2fa483b.tar.bz2 busybox-w32-5abdaa9a169d0e54380d64f26e91e816d2fa483b.zip |
Force main to always be included
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ $(patsubst %, _dir_%, $(SUBDIRS)) : dummy include/config/MARKER | |||
211 | $(MAKE) CFLAGS="$(CFLAGS)" -C $(patsubst _dir_%, %, $@) | 211 | $(MAKE) CFLAGS="$(CFLAGS)" -C $(patsubst _dir_%, %, $@) |
212 | 212 | ||
213 | busybox: config.h depend bbsubdirs | 213 | busybox: config.h depend bbsubdirs |
214 | $(CC) $(LDFLAGS) -o $@ $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES) | 214 | $(CC) $(LDFLAGS) -o $@ applets/busybox.o $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES) |
215 | $(STRIPCMD) | 215 | $(STRIPCMD) |
216 | 216 | ||
217 | busybox.links: applets/busybox.mkll | 217 | busybox.links: applets/busybox.mkll |