aboutsummaryrefslogtreecommitdiff
path: root/sh.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-03 12:34:51 +0000
committerRoy Marples <roy@marples.name>2008-03-03 12:34:51 +0000
commit61c476e72d7da6866ea9e3ba6a8d1e7bb295b7aa (patch)
tree4c25b370cf7d61cee6a2fa3c8344bf7322a173ff /sh.Linux
parent0aedc0286040b595119b4523d38ffd35b0018d6c (diff)
Use exlicit make targets, not directory contents.
Diffstat (limited to 'sh.Linux')
-rw-r--r--sh.Linux/Makefile3
1 files changed, 2 insertions, 1 deletions
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