diff options
Diffstat (limited to 'sh.Linux/Makefile')
-rw-r--r-- | sh.Linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.Linux/Makefile b/sh.Linux/Makefile index b6592c4b..19b68f36 100644 --- a/sh.Linux/Makefile +++ b/sh.Linux/Makefile @@ -1,5 +1,5 @@ DIR = $(RC_LIB)/sh -BIN = init.sh init-early.sh +BIN = $(CONTENTS) TOPDIR = .. include $(TOPDIR)/default.mk |