diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-01 20:02:10 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-01 20:02:10 +0000 |
commit | faa60f7fb3b128effae246f833c29bdc5c77f401 (patch) | |
tree | e13112e707343d620b00372aa0c878d21512d175 /Makefile | |
parent | b5e92f7b8e509b82a066ee9245bbae2119fdf0c2 (diff) | |
download | busybox-w32-faa60f7fb3b128effae246f833c29bdc5c77f401.tar.gz busybox-w32-faa60f7fb3b128effae246f833c29bdc5c77f401.tar.bz2 busybox-w32-faa60f7fb3b128effae246f833c29bdc5c77f401.zip |
I forgot a "/". Oops.
git-svn-id: svn://busybox.net/trunk/busybox@1365 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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 |