From 4d449c42f2a925fd99d396dd1b3e002947e11b13 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 1 Dec 2000 20:02:10 +0000 Subject: I forgot a "/". Oops. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3