diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-02-16 15:40:24 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-02-16 15:40:24 +0000 |
commit | dd1ccddf1b33972966760857092eb9b659b7a40a (patch) | |
tree | 311c032dd6a55cc3923e744d8e888d9edd9ede44 /applets | |
parent | 21e68703ce35805ff8b9590c22a400de05155ac2 (diff) |
moved BB_BANNER to applets/version.c file: make kernel like version,
removed depend loop: busybox.h depend with BB_BT, and all sources depend with busybox.h
Diffstat (limited to 'applets')
-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 a4890c2fb..02bcda93b 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) +APPLET_SRC:= $(patsubst %,$(srcdir)/%,applets.c busybox.c version.c) APPLET_OBJ:= $(patsubst $(srcdir)/%.c,$(APPLETS_DIR)%.o, $(APPLET_SRC)) APPLET_SRC-y+=$(APPLET_SRC) |