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:
parent
12f417edbd
commit
8392acd8fc
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user