From 746ccf6cd46652e7ef51de3a574ae888a08b8434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Wed, 20 Jan 2016 19:13:27 +0100 Subject: Delete dlopen-test on make clean. --- ChangeLog | 4 ++++ testsuite/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1