Fix it so usage is _always_ in sync with applets.c. Previously,

broken depends allowed these to get out of sync.
This commit is contained in:
Eric Andersen
2004-04-06 14:28:35 +00:00
parent 7e496a71cf
commit 674b08a6b8
5 changed files with 12 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ ifndef $(APPLETS_DIR)
APPLETS_DIR:=$(TOPDIR)applets/
endif
APPLET_SRC:=applets.c busybox.c usage.c
APPLET_SRC:=applets.c busybox.c
APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC))