aboutsummaryrefslogtreecommitdiff
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
parent72ab975a6b9c877add88e37557168a662b4250b0 (diff)
downloadbusybox-w32-07e462fd6de233fffd02501f0b97ef5046d88eb6.tar.gz
busybox-w32-07e462fd6de233fffd02501f0b97ef5046d88eb6.tar.bz2
busybox-w32-07e462fd6de233fffd02501f0b97ef5046d88eb6.zip
Matt was complaining. Hopefully this helps the sh.c link situation
-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)
268 268
269.EXPORT_ALL_VARIABLES: 269.EXPORT_ALL_VARIABLES:
270 270
271all: sh_link applet_source_list busybox busybox.links doc 271all: applet_source_list busybox busybox.links doc
272 272
273sh_link: 273sh_link:
274 @if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi 274 @if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi
275 275
276applet_source_list: busybox.sh Config.h 276applet_source_list: sh_link busybox.sh Config.h
277 (echo -n "APPLET_SOURCES := "; $(SHELL) $^ $(BB_SRC_DIR)) > $@ 277 @(echo -n "APPLET_SOURCES := "; $(SHELL) busybox.sh Config.h $(BB_SRC_DIR)) > $@
278 278
279doc: olddoc 279doc: olddoc
280 280
@@ -430,6 +430,6 @@ dist release: distclean doc
430 \ 430 \
431 tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/; 431 tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;
432 432
433.PHONY: tags 433.PHONY: tags sh_link
434tags: 434tags:
435 ctags -R . 435 ctags -R .