From 5f8cf73b22b259658d92397f3e6478ef80ed5691 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 19 Nov 2007 13:48:43 +0000 Subject: Our build chain now works with GNU and BSD make implementations --- sh.Linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh.Linux/Makefile') diff --git a/sh.Linux/Makefile b/sh.Linux/Makefile index 89cd8154..b6592c4b 100644 --- a/sh.Linux/Makefile +++ b/sh.Linux/Makefile @@ -1,5 +1,5 @@ -DIR = $(RC_LIB)/sh -EXES = init.sh init-early.sh +DIR = $(RC_LIB)/sh +BIN = init.sh init-early.sh TOPDIR = .. include $(TOPDIR)/default.mk -- cgit v1.2.3