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-4d449c42f2a925fd99d396dd1b3e002947e11b13.tar.gz |
I forgot a "/". Oops.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ busybox: $(OBJECTS) $(STRIP) 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 $(OBJECTS): %.o: %.c Config.h busybox.h Makefile |