Skip to content

Commit 574b829

Browse files
committed
build: Remove leftover file (regression 2019-06-30).
* Makefile.in (distclean, maintainer-clean): Remove include/libcharset.h.inst.
1 parent 9bd653f commit 574b829

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

libcharset/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
2021-02-07 Bruno Haible <bruno@clisp.org>
28

39
Support creating shared libraries on MidnightBSD.

libcharset/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ clean : force
7070

7171
distclean : 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

7676
maintainer-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.

0 commit comments

Comments
 (0)