diff --git a/ChangeLog b/ChangeLog index 389bf21a133aaaf5914e1739b62b0cb00be15f97..62fb4f8d115038bd3012902b1f80c51ea98d35c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-01-20 Niels Möller <nisse@lysator.liu.se> + + * testsuite/Makefile.in (clean): Delete dlopen-test. + 2016-01-10 Niels Möller <nisse@lysator.liu.se> * base64-encode.c (encode_raw): Use const uint8_t * for the diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index dbbd1067f787b8ec51824bb006c9c88b285f2f18..02c18fc8ebe5f860a414bd5ce4537362b9067260 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