diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-01-11T16·58+0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-01-11T16·58+0000 |
commit | 6245f0d5298f613c39f999fd68bf21aee8d72945 (patch) | |
tree | 73eef81ffd3a801fa333e15dac227885b9745a16 /substitute.mk | |
parent | c5d9ccd810e3d4c791a912767c4463f4bb44d52e (diff) |
tests: Run `download-using-manifests' via libtool so that dlopening works.
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk index ede3470073f8..96fc16bf5bdc 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" \ |