aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-18 03:03:09 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-18 03:03:09 +0000
commit8990f0e2f83db4db18fa9cf5044ab2b357202d0c (patch)
tree5fd1b0b5037d34ce105eb8906ecafb3e1676fc68 /Makefile
parentc6ef1fa2e2efac74e46c8fefcc0555d7a6dbe950 (diff)
downloadbusybox-w32-8990f0e2f83db4db18fa9cf5044ab2b357202d0c.tar.gz
busybox-w32-8990f0e2f83db4db18fa9cf5044ab2b357202d0c.tar.bz2
busybox-w32-8990f0e2f83db4db18fa9cf5044ab2b357202d0c.zip
All files include busybox.h, which includes applets.h, so the Makefile
should reflect this. Thanks to Vladimir N. Oleynik for the idea. git-svn-id: svn://busybox.net/trunk/busybox@1617 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 19f024a43..0438978df 100644
--- a/Makefile
+++ b/Makefile
@@ -216,11 +216,11 @@ busybox: $(OBJECTS)
216 $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) 216 $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
217 $(STRIP) 217 $(STRIP)
218 218
219busybox.links: Config.h 219busybox.links: Config.h applets.h
220 - $(BB_SRC_DIR)/busybox.mkll $(CONFIG_H) $(BB_SRC_DIR)/applets.h >$@ 220 - $(BB_SRC_DIR)/busybox.mkll $(CONFIG_H) $(BB_SRC_DIR)/applets.h >$@
221 221
222nfsmount.o cmdedit.o: %.o: %.h 222nfsmount.o cmdedit.o: %.o: %.h
223$(OBJECTS): %.o: %.c Config.h busybox.h Makefile 223$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile
224 224
225utility.o: loop.h 225utility.o: loop.h
226 226