Skip to content

Commit 6e11a11

Browse files
committed
Make Makefile.devel consistent with .gitignore.
1 parent 9d5ee3d commit 6e11a11

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@
215215
/libcharset/build-aux/config.guess
216216
/libcharset/build-aux/config.sub
217217

218+
# ---------- "make -f Makefile.devel totally-clean" gets you here ----------
219+
218220
# Files generated by the autotools:
219221
# Built by Makefile.devel.
220222
/aclocal.m4

ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
2016-12-29 Bruno Haible <bruno@clisp.org>
2+
3+
Make Makefile.devel consistent with .gitignore.
4+
* Makefile.devel (srclib/Makefile.in): Depend on aclocal.m4.
5+
(totally-clean): Remove also aclocal.m4.
6+
17
2016-12-25 Bruno Haible <bruno@clisp.org>
28

39
Tweak autogen.sh.
4-
* autogen.sh: Emit a "done" diagnostic when autogen.sh completed successfully.
10+
* autogen.sh: Emit a "done" diagnostic when autogen.sh completed
11+
successfully.
512

613
2016-12-25 Bruno Haible <bruno@clisp.org>
714

Makefile.devel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ srclib/Makefile.gnulib :
7171
--import $(GNULIB_MODULES); \
7272
fi
7373

74-
srclib/Makefile.in : srclib/Makefile.am srclib/Makefile.gnulib
74+
srclib/Makefile.in : srclib/Makefile.am srclib/Makefile.gnulib aclocal.m4
7575
if test -n "$$GNULIB_TOOL"; then \
7676
$$GNULIB_TOOL --copy-file build-aux/ar-lib; \
7777
$$GNULIB_TOOL --copy-file build-aux/compile; \
@@ -226,7 +226,7 @@ gnulib-clean : force
226226

227227
totally-clean : force
228228
rm -f srclib/Makefile.in
229-
rm -f $(CONFIGURES) config.h.in include/iconv.h.build.in
229+
rm -f aclocal.m4 $(CONFIGURES) config.h.in include/iconv.h.build.in
230230
rm -f lib/aliases.gperf lib/aliases_sysaix.gperf lib/aliases_syshpux.gperf lib/aliases_sysosf1.gperf lib/aliases_syssolaris.gperf
231231
rm -f lib/aliases.h lib/aliases_sysaix.h lib/aliases_syshpux.h lib/aliases_sysosf1.h lib/aliases_syssolaris.h
232232
rm -f lib/aliases_aix.h lib/aliases_aix_sysaix.h

0 commit comments

Comments
 (0)