[project @ 2001-09-15 04:29:58 by ken]
[ghc-hetmet.git] / distrib / Makefile-bin.in
index b07ae71..9f991c7 100644 (file)
@@ -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