diff options
Diffstat (limited to 'applets/Makefile.in')
-rw-r--r-- | applets/Makefile.in | 2 |
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) | |||
22 | APPLETS_DIR:=$(TOPDIR)applets/ | 22 | APPLETS_DIR:=$(TOPDIR)applets/ |
23 | endif | 23 | endif |
24 | 24 | ||
25 | APPLET_SRC:=applets.c busybox.c usage.c | 25 | APPLET_SRC:=applets.c busybox.c |
26 | APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC)) | 26 | APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC)) |
27 | 27 | ||
28 | 28 | ||