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 79582e0..afd5cbe 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)) |