diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ busybox: $(OBJECTS) | |||
210 | $(STRIP) | 210 | $(STRIP) |
211 | 211 | ||
212 | busybox.links: Config.h | 212 | busybox.links: Config.h |
213 | -$(BB_SRC_DIR)/busybox.mkll $(BB_SRC_DIR)applets.h | sort >$@ | 213 | -$(BB_SRC_DIR)/busybox.mkll $(BB_SRC_DIR)/applets.h | sort >$@ |
214 | 214 | ||
215 | nfsmount.o cmdedit.o: %.o: %.h | 215 | nfsmount.o cmdedit.o: %.o: %.h |
216 | $(OBJECTS): %.o: %.c Config.h busybox.h Makefile | 216 | $(OBJECTS): %.o: %.c Config.h busybox.h Makefile |