diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-01 20:02:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-01 20:02:10 +0000 |
commit | 4d449c42f2a925fd99d396dd1b3e002947e11b13 (patch) | |
tree | e13112e707343d620b00372aa0c878d21512d175 | |
parent | e2f6e1221330f2944d467cad2fb630deb5ef6f0a (diff) | |
download | busybox-w32-4d449c42f2a925fd99d396dd1b3e002947e11b13.tar.gz busybox-w32-4d449c42f2a925fd99d396dd1b3e002947e11b13.tar.bz2 busybox-w32-4d449c42f2a925fd99d396dd1b3e002947e11b13.zip |
I forgot a "/". Oops.
-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 |