All files include busybox.h, which includes applets.h, so the Makefile

should reflect this.  Thanks to Vladimir N. Oleynik for the idea.
This commit is contained in:
Matt Kraai 2001-01-18 03:03:09 +00:00
parent 12f417edbd
commit 8392acd8fc

View File

@ -216,11 +216,11 @@ busybox: $(OBJECTS)
$(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
$(STRIP)
busybox.links: Config.h
busybox.links: Config.h applets.h
- $(BB_SRC_DIR)/busybox.mkll $(CONFIG_H) $(BB_SRC_DIR)/applets.h >$@
nfsmount.o cmdedit.o: %.o: %.h
$(OBJECTS): %.o: %.c Config.h busybox.h Makefile
$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile
utility.o: loop.h