summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorken <unknown>2001-09-15 04:29:58 +0000
committerken <unknown>2001-09-15 04:29:58 +0000
commitfeae0702e30edc783fa475437aba56a0773502db (patch)
treec88075852dd2cd857a196d1f349868aa94c07e9f /distrib
parent1c89aa7f5996b0aa4579ac1c4c5011b179e3b0be (diff)
downloadhaskell-feae0702e30edc783fa475437aba56a0773502db.tar.gz
[project @ 2001-09-15 04:29:58 by ken]
Make the binary distribution Makefile work with non-GNU make when installing in-place. MERGE TO STABLE
Diffstat (limited to 'distrib')
-rw-r--r--distrib/Makefile-bin.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/Makefile-bin.in b/distrib/Makefile-bin.in
index b07ae714b5..9f991c76bb 100644
--- a/distrib/Makefile-bin.in
+++ b/distrib/Makefile-bin.in
@@ -173,7 +173,7 @@ config-pkgs ::
# Convert pwd's UNC reported path into DOS style
# (cygwin32 only.)
-CURRENT_DIR = $(shell pwd | sed 's|^//\(.\)|\1:|' )
+CURRENT_DIR = `pwd | sed 's|^//\(.\)|\1:|'`
in-place ::
$(MAKE) $(MFLAGS) config-pkgs bindir=$(CURRENT_DIR)/bin/$(platform) libdir=$(CURRENT_DIR)/lib/$(platform) datadir=$(CURRENT_DIR)/share