[project @ 2001-11-08 18:53:44 by sof]
authorsof <unknown>
Thu, 8 Nov 2001 18:53:44 +0000 (18:53 +0000)
committersof <unknown>
Thu, 8 Nov 2001 18:53:44 +0000 (18:53 +0000)
ghc-inplace: single-quote -B option to avoid de-escaping those b-slashes

ghc/compiler/Makefile

index a03cfb6..a27f979 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.197 2001/11/06 11:05:22 simonmar Exp $
+# $Id: Makefile,v 1.198 2001/11/08 18:53:44 sof Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
@@ -392,7 +392,7 @@ all :: ghc-inplace
 ghc-inplace : $(HS_PROG)
        @$(RM) $@
        echo '#!/bin/sh' >>$@
-       echo exec $(FPTOOLS_TOP_ABS_UNIX)/ghc/compiler/$(HS_PROG) -B$(FPTOOLS_TOP_ABS) '"$$@"' >>$@
+       echo exec $(FPTOOLS_TOP_ABS_UNIX)/ghc/compiler/$(HS_PROG) '-B$(FPTOOLS_TOP_ABS)' '"$$@"' >>$@
        chmod 755 $@
 
 CLEAN_FILES += ghc-inplace