aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-01 20:02:10 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-01 20:02:10 +0000
commit4d449c42f2a925fd99d396dd1b3e002947e11b13 (patch)
treee13112e707343d620b00372aa0c878d21512d175
parente2f6e1221330f2944d467cad2fb630deb5ef6f0a (diff)
downloadbusybox-4d449c42f2a925fd99d396dd1b3e002947e11b13.tar.gz
I forgot a "/". Oops.
-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)
$(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