From 50b13cdedb19f4bdd6737e8d2cdb4daa4e886c92 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 27 Aug 2013 23:01:52 -0700 Subject: * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, for portability to hosts where /bin/sh has problems. --- nextstep/ChangeLog | 5 +++++ nextstep/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'nextstep') diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index d76d832555c..7e5e7b520dd 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -1,3 +1,8 @@ +2013-08-28 Paul Eggert + + * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, + for portability to hosts where /bin/sh has problems. + 2013-06-02 Jan Djärv * templates/Info-gnustep.plist.in: Add NSDocumentClass EmacsDocument. diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in index feeafc0d694..8e768f70043 100644 --- a/nextstep/Makefile.in +++ b/nextstep/Makefile.in @@ -20,7 +20,7 @@ ### Commentary: ### Code: -SHELL = /bin/sh +SHELL = @SHELL@ srcdir = @srcdir@ EXEEXT = @EXEEXT@ -- cgit v1.2.1