mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
I forgot a "/". Oops.
This commit is contained in:
parent
e2f6e12213
commit
4d449c42f2
2
Makefile
2
Makefile
@ -210,7 +210,7 @@ busybox: $(OBJECTS)
|
|||||||
$(STRIP)
|
$(STRIP)
|
||||||
|
|
||||||
busybox.links: Config.h
|
busybox.links: Config.h
|
||||||
-$(BB_SRC_DIR)/busybox.mkll $(BB_SRC_DIR)applets.h | sort >$@
|
-$(BB_SRC_DIR)/busybox.mkll $(BB_SRC_DIR)/applets.h | sort >$@
|
||||||
|
|
||||||
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 Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user