13 lines
461 B
Plaintext
13 lines
461 B
Plaintext
$OpenBSD: patch-tests_Makefile_in,v 1.1 2002/10/27 16:59:48 naddy Exp $
|
|
--- tests/Makefile.in.orig Sun Oct 27 17:38:32 2002
|
|
+++ tests/Makefile.in Sun Oct 27 17:38:48 2002
|
|
@@ -14,7 +14,7 @@ onetest: gpg-testcases/E.e1r $(GPG_KEYS)
|
|
$(EMACS) -q --no-site-file -batch -l test-gpg.el -f run-one-test
|
|
|
|
$(GPG_KEYS):
|
|
- $(MAKE) -C gpg-keys unpack
|
|
+ cd gpg-keys && $(MAKE) unpack
|
|
touch $@
|
|
|
|
# When building from source, this script is used to make the testcases.
|