X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2FMakefile-bin.in;h=9f991c76bb1ba99c88378e1eb458e16bb7222153;hb=1a8d01f99c116ea79fa765afc8f8f6129c5b270d;hp=b07ae714b5f04fc15024ac01c6046c10063b71b7;hpb=f00d3e897b912eddc24ba62970a1504c656f0404;p=ghc-hetmet.git 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