From 34e154655898e7ac5196da4b8b1f6b9313fb406f Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Thu, 24 Jul 2014 00:08:36 +0200 Subject: [PATCH] Fixed installed `Config.hpp' header. --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 0835f53..aa78046 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -70,7 +70,7 @@ nobase_include_HEADERS = \ # Fill in the correct paths before installing install-data-local: - $(SED) -e "/.*#define SPX_JIT_INCLUDE/ s/\".*\"/\"`echo $(includedir) | $(SED) -e 's/\//\\\\\//g'`\"/g; /.*#define SPX_MULT_TEMPLATE_DIR/ s/\".*\"/\"`echo $(datarootdir) | $(SED) -e 's/\//\\\\\//g'`\/templates\"/g" sparsex/internals/Config.hpp > sparsex/internals/Config.hpp.install; \ + $(SED) -e "/.*#define SPX_JIT_INCLUDE/ s/\".*\"/\"`echo $(includedir) | $(SED) -e 's/\//\\\\\//g'`\"/g; /.*#define SPX_MULT_TEMPLATE_DIR/ s/\".*\"/\"`echo $(datarootdir) | $(SED) -e 's/\//\\\\\//g'`\/sparsex\/templates\"/g" sparsex/internals/Config.hpp > sparsex/internals/Config.hpp.install; \ test -e $(includedir)/sparsex/internals || \ $(MKDIR_P) $(includedir)/sparsex/internals; \ $(install_data) sparsex/internals/Config.hpp.install $(includedir)/sparsex/internals/Config.hpp; \