diff options
| author | Paul Eggert | 2014-10-22 23:31:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-10-22 23:31:48 -0700 |
| commit | 285ac870226e2ecc565925013e9ae8e7fe2657c0 (patch) | |
| tree | 3a4d869355943a0d913786697562a19ede74e146 /src | |
| parent | 78b215ffea604d7d062b292ec1d04e31b7b4bd74 (diff) | |
| download | emacs-285ac870226e2ecc565925013e9ae8e7fe2657c0.tar.gz emacs-285ac870226e2ecc565925013e9ae8e7fe2657c0.zip | |
* Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 91f910aa6f9..d74d2a4f092 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-10-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'. | ||
| 4 | |||
| 1 | 2014-10-22 Eli Zaretskii <eliz@gnu.org> | 5 | 2014-10-22 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | Optimize redisplay of simple bracketed text. | 7 | Optimize redisplay of simple bracketed text. |
diff --git a/src/Makefile.in b/src/Makefile.in index 36e145744b3..270119ee264 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -535,7 +535,7 @@ $(oldXMenudir)/libXMenu11.a: FORCE | |||
| 535 | FORCE: | 535 | FORCE: |
| 536 | .PHONY: FORCE | 536 | .PHONY: FORCE |
| 537 | 537 | ||
| 538 | ACLOCAL_INPUTS = $(top_srcdir)/configure.ac $(wildcard $(top_srcdir)/m4/*.m4) | 538 | ACLOCAL_INPUTS = $(top_srcdir)/configure.ac $(top_srcdir)/m4/*.m4 |
| 539 | AUTOCONF_INPUTS = $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4 | 539 | AUTOCONF_INPUTS = $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4 |
| 540 | $(top_srcdir)/aclocal.m4: $(ACLOCAL_INPUTS) | 540 | $(top_srcdir)/aclocal.m4: $(ACLOCAL_INPUTS) |
| 541 | $(top_srcdir)/configure config.in: $(AUTOCONF_INPUTS) | 541 | $(top_srcdir)/configure config.in: $(AUTOCONF_INPUTS) |