diff options
author | Stef Walter <stef@thewalter.net> | 2014-01-14 10:00:36 +0100 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2014-01-14 11:28:43 +0100 |
commit | 1f4f072346e388d7b6b6cf79b111952069c4e95c (patch) | |
tree | 0aad4c4dcf331d084ac14802be97577ce10ff085 /build/certs | |
parent | 9afb6eff85489614d0bc56a3a661473c25f9d892 (diff) |
Build in srcdir != builddir fashion by default
Naturally this doesn't apply to tarballs
Diffstat (limited to 'build/certs')
-rw-r--r-- | build/certs/Makefile (renamed from build/certs/Makefile.am) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/certs/Makefile.am b/build/certs/Makefile index 031cba0..4e61b14 100644 --- a/build/certs/Makefile.am +++ b/build/certs/Makefile @@ -3,7 +3,7 @@ # We copy everything into its final location, and those test files are # distributed in the tarballs -TRUST = $(top_srcdir)/trust/tests +TRUST = ../../trust/tests prepare-certs: cp -v cacert3.der $(TRUST)/input/anchors |