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-w32-4d449c42f2a925fd99d396dd1b3e002947e11b13.tar.gz
busybox-w32-4d449c42f2a925fd99d396dd1b3e002947e11b13.tar.bz2
busybox-w32-4d449c42f2a925fd99d396dd1b3e002947e11b13.zip
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)
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