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 02bcda93b..a4890c2fb 100644 --- a/applets/Makefile.in +++ b/applets/Makefile.in @@ -10,7 +10,7 @@ APPLETS_DIR:=$(top_builddir)/applets/ endif srcdir=$(top_srcdir)/applets -APPLET_SRC:= $(patsubst %,$(srcdir)/%,applets.c busybox.c version.c) +APPLET_SRC:= $(patsubst %,$(srcdir)/%,applets.c busybox.c) APPLET_OBJ:= $(patsubst $(srcdir)/%.c,$(APPLETS_DIR)%.o, $(APPLET_SRC)) APPLET_SRC-y+=$(APPLET_SRC) |