mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
fix to applet_source_list rule so Debian package continues to build
This commit is contained in:
parent
07e462fd6d
commit
2bf4dad7ec
2
Makefile
2
Makefile
@ -274,7 +274,7 @@ sh_link:
|
||||
@if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi
|
||||
|
||||
applet_source_list: sh_link busybox.sh Config.h
|
||||
@(echo -n "APPLET_SOURCES := "; $(SHELL) busybox.sh Config.h $(BB_SRC_DIR)) > $@
|
||||
(echo -n "APPLET_SOURCES := "; $(SHELL) $(filter-out sh_link, $^) $(BB_SRC_DIR)) > $@
|
||||
|
||||
doc: olddoc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user