File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ 2022-02-12 Bruno Haible <bruno@clisp.org>
2+
3+ build: Remove leftover file (regression 2019-06-30).
4+ * Makefile.in (distclean, maintainer-clean): Remove
5+ include/libcharset.h.inst.
6+
172021-02-07 Bruno Haible <bruno@clisp.org>
28
39 Support creating shared libraries on MidnightBSD.
Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ clean : force
7070
7171distclean : force
7272 cd lib && if test -f Makefile; then $( MAKE) distclean; fi
73- $(RM ) include/libcharset.h include/localcharset.h include/localcharset.h.inst
73+ $(RM ) include/libcharset.h include/libcharset.h.inst include/ localcharset.h include/localcharset.h.inst
7474 $(RM ) config.status config.log config.cache Makefile config.h libtool
7575
7676maintainer-clean : force
7777 cd lib && if test -f Makefile; then $( MAKE) maintainer-clean; fi
78- $(RM ) include/libcharset.h include/localcharset.h include/localcharset.h.inst
78+ $(RM ) include/libcharset.h include/libcharset.h.inst include/ localcharset.h include/localcharset.h.inst
7979 $(RM ) config.status config.log config.cache Makefile config.h libtool
8080
8181# List of source files.
You can’t perform that action at this time.
0 commit comments