summaryrefslogtreecommitdiff
path: root/tests/gpg
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2018-01-30 08:22:57 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2018-01-30 08:22:57 +0900
commit59fcabbdf537b2745ef0c3cae908b21970a5b39b (patch)
treeda3a22fe1d60da298406d64704a069b19a10950b /tests/gpg
parentbbb5e70e7e8598978b6c61b13ba77705ff86e469 (diff)
downloadgpgme-59fcabbdf537b2745ef0c3cae908b21970a5b39b.tar.gz
Fix for BSD Make.
* tests/gpg/Makefile.am, tests/gpgsm/Makefile.am: Remove ./. -- GNU Make is powerful enough for handling and interpreting of pathname as target, but BSD Make is not. GnuPG-bug-id: 3056 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'tests/gpg')
-rw-r--r--tests/gpg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am
index 642e0a08..a2d24118 100644
--- a/tests/gpg/Makefile.am
+++ b/tests/gpg/Makefile.am
@@ -96,7 +96,7 @@ private-keys-v1.d/gpg-sample.stamp: $(srcdir)/$(private_keys)
done
echo x > ./private-keys-v1.d/gpg-sample.stamp
-pubring-stamp: $(srcdir)/pubdemo.asc ./private-keys-v1.d/gpg-sample.stamp
+pubring-stamp: $(srcdir)/pubdemo.asc private-keys-v1.d/gpg-sample.stamp
$(GPG) --batch --no-permission-warning \
--import $(srcdir)/pubdemo.asc
-$(GPG) --batch --no-permission-warning \