Skip to content
Snippets Groups Projects
Commit 956293b3 authored by Simon Marlow's avatar Simon Marlow
Browse files

fix quoting around ${FPTOOLS_TOP_ABS} (fixes #749)

parent a883f6ba
No related merge requests found
......@@ -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' >$@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment