aboutsummaryrefslogtreecommitdiff
path: root/applets/Makefile.in
diff options
context:
space:
mode:
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)
22APPLETS_DIR:=$(TOPDIR)applets/ 22APPLETS_DIR:=$(TOPDIR)applets/
23endif 23endif
24 24
25APPLET_SRC:=applets.c busybox.c usage.c 25APPLET_SRC:=applets.c busybox.c
26APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC)) 26APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC))
27 27
28 28