aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-17 15:55:15 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-17 15:55:15 +0000
commitdccd2aba79be47d36aab4fccf9aea87bbc3bf2c9 (patch)
tree1e8b25c7731d4da6f70fead13ece1ee7b8bad17a
parent47b6ec600b2f515393c518d6f0807c01d4228c9d (diff)
downloadbusybox-w32-dccd2aba79be47d36aab4fccf9aea87bbc3bf2c9.tar.gz
busybox-w32-dccd2aba79be47d36aab4fccf9aea87bbc3bf2c9.tar.bz2
busybox-w32-dccd2aba79be47d36aab4fccf9aea87bbc3bf2c9.zip
More updates.
git-svn-id: svn://busybox.net/trunk/busybox@1846 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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