fix quoting around ${FPTOOLS_TOP_ABS} (fixes #749)
authorSimon Marlow <simonmar@microsoft.com>
Fri, 28 Apr 2006 08:52:52 +0000 (08:52 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 28 Apr 2006 08:52:52 +0000 (08:52 +0000)
mk/package.mk

index fbabfeb..ea2d3b2 100644 (file)
@@ -81,7 +81,7 @@ package.conf.inplace   : package.conf.in
                -DDATA_DIR='"$(DATA_DIR_INPLACE)"' \
                -DHTML_DIR='"$(HTML_DIR_INPLACE)"' \
                -DHADDOCK_IFACE='"$(HADDOCK_IFACE_INPLACE)"' \
-               -DFPTOOLS_TOP_ABS=\"${FPTOOLS_TOP_ABS}\" \
+               -DFPTOOLS_TOP_ABS='"${FPTOOLS_TOP_ABS}"' \
                -x c $(PACKAGE_CPP_OPTS) $< | \
        grep -v '^#pragma GCC' | \
        sed -e 's/""//g' -e 's/:[       ]*,/: /g' >$@