diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -271,6 +271,7 @@ CFLAGS += $(CFLAGS_EXTRA) | |||
271 | all: applet_source_list busybox busybox.links doc | 271 | all: applet_source_list busybox busybox.links doc |
272 | 272 | ||
273 | applet_source_list: busybox.sh Config.h | 273 | applet_source_list: busybox.sh Config.h |
274 | if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi | ||
274 | (echo -n "APPLET_SOURCES := "; $(SHELL) $^ $(BB_SRC_DIR)) > $@ | 275 | (echo -n "APPLET_SOURCES := "; $(SHELL) $^ $(BB_SRC_DIR)) > $@ |
275 | 276 | ||
276 | doc: olddoc | 277 | doc: olddoc |