aboutsummaryrefslogtreecommitdiff
path: root/applets/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-06 14:28:35 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-06 14:28:35 +0000
commit674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8 (patch)
tree033bb02dd76c0128a2fe839126ed692515d133ab /applets/Makefile.in
parent7e496a71cfe54f192508427f9c8ea5be764952bd (diff)
downloadbusybox-674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8.tar.gz
Fix it so usage is _always_ in sync with applets.c. Previously,
broken depends allowed these to get out of sync.
Diffstat (limited to 'applets/Makefile.in')
-rw-r--r--applets/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/Makefile.in b/applets/Makefile.in
index 79582e069..afd5cbeb9 100644
--- a/applets/Makefile.in
+++ b/applets/Makefile.in
@@ -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))