aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bea9614a6..d6d7c6214 100644
--- a/Makefile
+++ b/Makefile
@@ -210,7 +210,7 @@ busybox: $(OBJECTS)
210 $(STRIP) 210 $(STRIP)
211 211
212busybox.links: Config.h 212busybox.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
215nfsmount.o cmdedit.o: %.o: %.h 215nfsmount.o cmdedit.o: %.o: %.h
216$(OBJECTS): %.o: %.c Config.h busybox.h Makefile 216$(OBJECTS): %.o: %.c Config.h busybox.h Makefile