aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-17 15:55:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-17 15:55:15 +0000
commit1cf8166329e107e4bf0ecf72bb30d2e007950a1d (patch)
tree1e8b25c7731d4da6f70fead13ece1ee7b8bad17a
parent47aea4ee713902689b2611d587942a138f8dd8f8 (diff)
downloadbusybox-w32-1cf8166329e107e4bf0ecf72bb30d2e007950a1d.tar.gz
busybox-w32-1cf8166329e107e4bf0ecf72bb30d2e007950a1d.tar.bz2
busybox-w32-1cf8166329e107e4bf0ecf72bb30d2e007950a1d.zip
More updates.
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e0f888087..8fdfd856e 100644
--- a/Makefile
+++ b/Makefile
@@ -241,6 +241,7 @@ docs/BusyBox.1: docs/busybox.pod
241 $< > $@ 241 $< > $@
242 242
243docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html 243docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html
244 - mkdir -p docs
244 -@ rm -f docs/BusyBox.html 245 -@ rm -f docs/BusyBox.html
245 -@ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html 246 -@ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
246 247
@@ -292,15 +293,13 @@ nfsmount.o cmdedit.o: %.o: %.h
292$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile 293$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile
293 $(CC) $(CFLAGS) -I- -I. $(patsubst %,-I%,$(subst :, ,$(BB_SRC_DIR))) -c $< -o $*.o 294 $(CC) $(CFLAGS) -I- -I. $(patsubst %,-I%,$(subst :, ,$(BB_SRC_DIR))) -c $< -o $*.o
294 295
295$(PWD_OBJS): %.o: %.c pwd_lib_objdir Config.h busybox.h applets.h Makefile 296$(PWD_OBJS): %.o: %.c Config.h busybox.h applets.h Makefile
297 - mkdir -p $(PWD_GRP)
296 $(CC) $(CFLAGS) $(PWD_CFLAGS) -c $< -o $*.o 298 $(CC) $(CFLAGS) $(PWD_CFLAGS) -c $< -o $*.o
297 299
298$(PWD_LIB): $(PWD_OBJS) 300$(PWD_LIB): $(PWD_OBJS)
299 $(AR) $(ARFLAGS) $(PWD_LIB) $^ 301 $(AR) $(ARFLAGS) $(PWD_LIB) $^
300 302
301pwd_lib_objdir:
302 mkdir -p $(PWD_GRP)
303
304usage.o: usage.h 303usage.o: usage.h
305 304
306utility.o: loop.h 305utility.o: loop.h