From: Eric Andersen Date: Sat, 17 Feb 2001 15:55:15 +0000 (-0000) Subject: More updates. X-Git-Tag: 0_50~204 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1cf8166329e107e4bf0ecf72bb30d2e007950a1d;p=oweals%2Fbusybox.git More updates. --- diff --git a/Makefile b/Makefile index e0f888087..8fdfd856e 100644 --- a/Makefile +++ b/Makefile @@ -241,6 +241,7 @@ docs/BusyBox.1: docs/busybox.pod $< > $@ docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html + - mkdir -p docs -@ rm -f docs/BusyBox.html -@ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html @@ -292,15 +293,13 @@ nfsmount.o cmdedit.o: %.o: %.h $(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile $(CC) $(CFLAGS) -I- -I. $(patsubst %,-I%,$(subst :, ,$(BB_SRC_DIR))) -c $< -o $*.o -$(PWD_OBJS): %.o: %.c pwd_lib_objdir Config.h busybox.h applets.h Makefile +$(PWD_OBJS): %.o: %.c Config.h busybox.h applets.h Makefile + - mkdir -p $(PWD_GRP) $(CC) $(CFLAGS) $(PWD_CFLAGS) -c $< -o $*.o $(PWD_LIB): $(PWD_OBJS) $(AR) $(ARFLAGS) $(PWD_LIB) $^ -pwd_lib_objdir: - mkdir -p $(PWD_GRP) - usage.o: usage.h utility.o: loop.h