]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Delay building of test programs until make check.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 9 May 2014 07:03:29 +0000 (09:03 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 9 May 2014 07:03:29 +0000 (09:03 +0200)
ChangeLog
testsuite/Makefile.in

index 725f1d95a3db7ae6e39f01da36828d565c6ddcf0..945d54074b6a6d7728bee2c9872af9b22acf4cc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-09  Niels Möller  <nisse@lysator.liu.se>
+
+       * testsuite/Makefile.in (all): Drop dependency on $(TARGETS), to
+       delay building of test programs until make check.
+
 2014-05-08  Niels Möller  <nisse@lysator.liu.se>
 
        * nettle.texinfo (nettle_aead abstraction): Document nettle_aead.
index 4028c6b6db4039bccf59e658d25699780683f094..34c43087352198a134da532f5162645caed9a4b2 100644 (file)
@@ -62,7 +62,7 @@ DISTFILES = $(SOURCES) $(CXX_SOURCES) Makefile.in .test-rules.make \
            $(TS_SH) setup-env teardown-env \
            gold-bug.txt testutils.h sha3.awk
 
-all: $(TARGETS) $(EXTRA_TARGETS)
+all: $(EXTRA_TARGETS)
 
 .c.$(OBJEXT):
        $(COMPILE) -c $< && $(DEP_PROCESS)