File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ 2016-12-14 Bruno Haible <bruno@clisp.org>
2+
3+ Cleanup useless removals.
4+ * lib/Makefile.in (distclean): No need to remove 'libtool'.
5+
162016-12-04 Bruno Haible <bruno@clisp.org>
27
38 Update comments.
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ clean : force
130130 $(RM ) -r .libs _libs
131131
132132distclean : clean
133- $(RM ) Makefile config.h libtool
133+ $(RM ) Makefile config.h
134134
135135maintainer-clean : distclean
136136
Original file line number Diff line number Diff line change 1+ 2016-12-14 Bruno Haible <bruno@clisp.org>
2+
3+ Cleanup useless removals.
4+ * Makefile.in (distclean): No need to remove config.* and libtool.
5+
162016-12-03 Bruno Haible <bruno@clisp.org>
27
38 Create tarballs through an Automake-like "make dist" command.
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ clean : force
147147 $(RM ) -r .libs _libs
148148
149149distclean : clean
150- $(RM ) config.status config.log config.cache Makefile libtool
150+ $(RM ) Makefile
151151
152152maintainer-clean : distclean
153153
You can’t perform that action at this time.
0 commit comments