From fb682d6970089e99071239fa4a0b6c2a66333652 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Tue, 9 Nov 1993 23:32:04 +0000 Subject: don't ever use sh explicitly for lynxos, set SHELL=/bin/bash --- build-all.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build-all.mk') diff --git a/build-all.mk b/build-all.mk index 5fda258..1b0fe90 100644 --- a/build-all.mk +++ b/build-all.mk @@ -181,12 +181,14 @@ ifeq ($(canonhost),i386-lynxos) TARGETS = $(NATIVE) CC = /bin/gcc all: all-cygnus +SHELL=/bin/bash endif ifeq ($(canonhost),m68k-lynxos) TARGETS = $(NATIVE) CC = /bin/gcc all: all-cygnus +SHELL=/bin/bash endif @@ -197,7 +199,8 @@ FLAGS_TO_PASS := \ "CXXFLAGS=$(CXXFLAGS)" \ "host=$(canonhost)" \ "MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \ - "RELEASE_TAG=$(RELEASE_TAG)" + "RELEASE_TAG=$(RELEASE_TAG)" \ + "SHELL=$(SHELL)" all-emacs: @echo build started at `date` -- cgit v1.1