1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-17 22:48:29 +02:00

tests: Run `download-using-manifests' via libtool so that dlopening works.

This commit is contained in:
Ludovic Courtès 2012-01-11 16:58:49 +00:00
parent c5d9ccd810
commit 6245f0d529
3 changed files with 8 additions and 1 deletions

View file

@ -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" \