mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
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)
|
$(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
|
||||||
$(STRIP)
|
$(STRIP)
|
||||||
|
|
||||||
busybox.links: Config.h
|
busybox.links: Config.h applets.h
|
||||||
- $(BB_SRC_DIR)/busybox.mkll $(CONFIG_H) $(BB_SRC_DIR)/applets.h >$@
|
- $(BB_SRC_DIR)/busybox.mkll $(CONFIG_H) $(BB_SRC_DIR)/applets.h >$@
|
||||||
|
|
||||||
nfsmount.o cmdedit.o: %.o: %.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
|
utility.o: loop.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user