From: Matt Kraai Date: Thu, 18 Jan 2001 03:03:09 +0000 (-0000) Subject: All files include busybox.h, which includes applets.h, so the Makefile X-Git-Tag: 0_49~62 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8392acd8fc7e09572324c5567680b624eda4bfa8;p=oweals%2Fbusybox.git All files include busybox.h, which includes applets.h, so the Makefile should reflect this. Thanks to Vladimir N. Oleynik for the idea. --- diff --git a/Makefile b/Makefile index 19f024a43..0438978df 100644 --- a/Makefile +++ b/Makefile @@ -216,11 +216,11 @@ busybox: $(OBJECTS) $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) $(STRIP) -busybox.links: Config.h +busybox.links: Config.h applets.h - $(BB_SRC_DIR)/busybox.mkll $(CONFIG_H) $(BB_SRC_DIR)/applets.h >$@ nfsmount.o cmdedit.o: %.o: %.h -$(OBJECTS): %.o: %.c Config.h busybox.h Makefile +$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile utility.o: loop.h