From 61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 3 Mar 2008 12:34:51 +0000 Subject: Use exlicit make targets, not directory contents. --- sh.Linux/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sh.Linux') diff --git a/sh.Linux/Makefile b/sh.Linux/Makefile index 3e5a37c1..829cb7ca 100644 --- a/sh.Linux/Makefile +++ b/sh.Linux/Makefile @@ -1,5 +1,6 @@ DIR= ${RC_LIB}/sh -BIN= ${CONTENTS} +SRCS= init-early.sh.in init.sh.in +BIN= ${OBJS} MK= ../mk include ${MK}/scripts.mk -- cgit v1.2.3