aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-27 18:36:43 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-27 18:36:43 +0000
commit07e462fd6de233fffd02501f0b97ef5046d88eb6 (patch)
treee26c496b05727bfd92b2bd8bc79f28d5b35d40f4 /Makefile
parent72ab975a6b9c877add88e37557168a662b4250b0 (diff)
downloadbusybox-07e462fd6de233fffd02501f0b97ef5046d88eb6.tar.gz
Matt was complaining. Hopefully this helps the sh.c link situation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3408770ed..66a951fe4 100644
--- a/Makefile
+++ b/Makefile
@@ -268,13 +268,13 @@ CFLAGS += $(CFLAGS_EXTRA)
.EXPORT_ALL_VARIABLES:
-all: sh_link applet_source_list busybox busybox.links doc
+all: applet_source_list busybox busybox.links doc
sh_link:
@if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi
-applet_source_list: busybox.sh Config.h
- (echo -n "APPLET_SOURCES := "; $(SHELL) $^ $(BB_SRC_DIR)) > $@
+applet_source_list: sh_link busybox.sh Config.h
+ @(echo -n "APPLET_SOURCES := "; $(SHELL) busybox.sh Config.h $(BB_SRC_DIR)) > $@
doc: olddoc
@@ -430,6 +430,6 @@ dist release: distclean doc
\
tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;
-.PHONY: tags
+.PHONY: tags sh_link
tags:
ctags -R .