aboutsummaryrefslogtreecommitdiff
path: root/substitute.mk
diff options
context:
space:
mode:
Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk
index ede347007..96fc16bf5 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -1,5 +1,7 @@
%: %.in Makefile
sed \
+ -e "s^@abs_top_srcdir\@^$(abs_top_srcdir)^g" \
+ -e "s^@abs_top_builddir\@^$(abs_top_builddir)^g" \
-e "s^@extra1\@^$(extra1)^g" \
-e "s^@prefix\@^$(prefix)^g" \
-e "s^@bindir\@^$(bindir)^g" \