diff options
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -270,11 +270,11 @@ CFLAGS += $(CFLAGS_EXTRA) | |||
| 270 | 270 | ||
| 271 | all: applet_source_list busybox busybox.links doc | 271 | all: applet_source_list busybox busybox.links doc |
| 272 | 272 | ||
| 273 | sh_link: | 273 | sh.c: |
| 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: sh_link busybox.sh Config.h | 276 | applet_source_list: sh.c busybox.sh Config.h |
| 277 | (echo -n "APPLET_SOURCES := "; $(SHELL) $(filter-out sh_link, $^) $(BB_SRC_DIR)) > $@ | 277 | (echo -n "APPLET_SOURCES := "; $(SHELL) $(filter-out sh.c, $^) $(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 sh_link | 433 | .PHONY: tags |
| 434 | tags: | 434 | tags: |
| 435 | ctags -R . | 435 | ctags -R . |
