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>
This commit is contained in:
parent
bbb5e70e7e
commit
59fcabbdf5
@ -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 \
|
||||
|
@ -59,7 +59,7 @@ export GPG_AGENT_INFO :=
|
||||
BUILT_SOURCES = gpgsm.conf trustlist.txt pubring-stamp \
|
||||
private-keys-v1.d/gpg-sample.stamp
|
||||
|
||||
pubring-stamp: $(srcdir)/cert_g10code_test1.der ./private-keys-v1.d/gpg-sample.stamp
|
||||
pubring-stamp: $(srcdir)/cert_g10code_test1.der private-keys-v1.d/gpg-sample.stamp
|
||||
$(GPGSM) --import $(srcdir)/cert_g10code_test1.der
|
||||
touch pubring-stamp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user