From: ken Date: Sat, 15 Sep 2001 04:29:58 +0000 (+0000) Subject: [project @ 2001-09-15 04:29:58 by ken] X-Git-Tag: Approximately_9120_patches~973 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=feae0702e30edc783fa475437aba56a0773502db [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 --- diff --git a/distrib/Makefile-bin.in b/distrib/Makefile-bin.in index b07ae71..9f991c7 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