From: Eric Andersen Date: Fri, 1 Dec 2000 20:02:10 +0000 (-0000) Subject: I forgot a "/". Oops. X-Git-Tag: 0_48~83 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4d449c42f2a925fd99d396dd1b3e002947e11b13;p=oweals%2Fbusybox.git I forgot a "/". Oops. --- 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