Blob Blame History Raw
diff -ur globus_gss_assist-11.0.orig/test/Makefile.in globus_gss_assist-11.0/test/Makefile.in
--- globus_gss_assist-11.0.orig/test/Makefile.in	2017-09-06 20:49:13.459864263 +0200
+++ globus_gss_assist-11.0/test/Makefile.in	2017-09-09 20:51:52.127572161 +0200
@@ -1172,14 +1172,19 @@
 @ENABLE_TESTS_TRUE@	echo 01 > $@
 
 # Test Cert/Key
-@ENABLE_TESTS_TRUE@testcred.key testcred1.key testcred2.key: testcred.srl
+@ENABLE_TESTS_TRUE@testcred.key testcred1.key testcred2.key:
 @ENABLE_TESTS_TRUE@	umask 077; $(OPENSSL) genrsa -out $@ 1024
+
 @ENABLE_TESTS_TRUE@.key.req:
 @ENABLE_TESTS_TRUE@	$(OPENSSL) req -subj "/CN=$*" -new -key $< -out $@ -config testcred.cnf
 
 @ENABLE_TESTS_TRUE@.req.cert:
 @ENABLE_TESTS_TRUE@	umask 022; $(OPENSSL) x509 -passin pass:globus -req -days 365 -in $*.req -CA testcred.cacert -CAkey testcred.cakey -out $@
 
+@ENABLE_TESTS_TRUE@testcred.cert: testcred.srl
+@ENABLE_TESTS_TRUE@testcred1.cert: testcred.cert
+@ENABLE_TESTS_TRUE@testcred2.cert: testcred1.cert
+
 @ENABLE_TESTS_TRUE@clean-local:
 @ENABLE_TESTS_TRUE@	if [ -f testcred.link ]; then \
 @ENABLE_TESTS_TRUE@            rm -f "$$(cat testcred.link)" testcred.link; \