summaryrefslogtreecommitdiff
path: root/config/OSF1.mk
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-01-21 23:47:44 +0000
committercls%seawood.org <devnull@localhost>2001-01-21 23:47:44 +0000
commit11a472a056e53507508ce621df8e79bedd3d87a1 (patch)
treead5f3f7772052f5f12112d36c886e484309accb2 /config/OSF1.mk
parent2ac8778b8b8932b1e7d1e083b1154146fdd6f89e (diff)
downloadnspr-hg-11a472a056e53507508ce621df8e79bedd3d87a1.tar.gz
gmake 3.79.1 requires that SHELL be evaluated immediately.
Thanks to Brian Ryner <bryner@uiuc.edu> for the patch.
Diffstat (limited to 'config/OSF1.mk')
-rw-r--r--config/OSF1.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/OSF1.mk b/config/OSF1.mk
index cf00f193..7e3b4c95 100644
--- a/config/OSF1.mk
+++ b/config/OSF1.mk
@@ -24,7 +24,7 @@
# which we use to stop LOOP_OVER_DIRS submakes as soon as any
# submake fails. So we use the Korn shell instead.
#
-SHELL = /usr/bin/ksh
+SHELL := /usr/bin/ksh
include $(MOD_DEPTH)/config/UNIX.mk