From: Niels Möller Date: Wed, 20 Jan 2016 18:13:27 +0000 (+0100) Subject: Delete dlopen-test on make clean. X-Git-Tag: nettle_3.2_release_20160128~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=746ccf6cd46652e7ef51de3a574ae888a08b8434;p=thirdparty%2Fnettle.git Delete dlopen-test on make clean. --- diff --git a/ChangeLog b/ChangeLog index 389bf21a..62fb4f8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-01-20 Niels Möller + + * testsuite/Makefile.in (clean): Delete dlopen-test. + 2016-01-10 Niels Möller * base64-encode.c (encode_raw): Use const uint8_t * for the diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index dbbd1067..02c18fc8 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -138,7 +138,8 @@ distdir: $(DISTFILES) cp $? $(distdir) clean: - -rm -f $(TARGETS) $(EXTRA_TARGETS) *.o test.in test1.out test2.out + -rm -f $(TARGETS) $(EXTRA_TARGETS) dlopen-test$(EXEEXT) \ + *.o test.in test1.out test2.out distclean: clean -rm -f Makefile *.d