diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-27 18:36:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-27 18:36:43 +0000 |
commit | 07e462fd6de233fffd02501f0b97ef5046d88eb6 (patch) | |
tree | e26c496b05727bfd92b2bd8bc79f28d5b35d40f4 | |
parent | 72ab975a6b9c877add88e37557168a662b4250b0 (diff) | |
download | busybox-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-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -268,13 +268,13 @@ CFLAGS += $(CFLAGS_EXTRA) | |||
268 | 268 | ||
269 | .EXPORT_ALL_VARIABLES: | 269 | .EXPORT_ALL_VARIABLES: |
270 | 270 | ||
271 | all: sh_link applet_source_list busybox busybox.links doc | 271 | all: applet_source_list busybox busybox.links doc |
272 | 272 | ||
273 | sh_link: | 273 | sh_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 | ||
276 | applet_source_list: busybox.sh Config.h | 276 | applet_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 | ||
279 | doc: olddoc | 279 | doc: 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 |
434 | tags: | 434 | tags: |
435 | ctags -R . | 435 | ctags -R . |