aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-05-19 23:11:27 -0700
committerGlenn Morris2010-05-19 23:11:27 -0700
commit9d5cf9b6b62d2a3e4e063e180b4b2a659b6ab4f0 (patch)
tree04d04a57b4fd023e0fb4508a94d9c1e5269c54b4 /ChangeLog
parent21566ba7e5c6d0ba3fdd14da8320e76bc3cb63fe (diff)
downloademacs-9d5cf9b6b62d2a3e4e063e180b4b2a659b6ab4f0.tar.gz
emacs-9d5cf9b6b62d2a3e4e063e180b4b2a659b6ab4f0.zip
Handle auto-depend with configure.
* make-dist (src): Include *.mk. * config.bat: Concatenate deps.mk onto the end of src/Makefile. * configure.in (DEPFLAGS, MKDEPDIR): New output variables. (deps_frag): New output file. (AUTO_DEPEND): Remove this definition. * src/Makefile.in (DEPDIR): New constant. (DEPFLAGS): Set with configure, not cpp. (MKDEPDIR): New, set by configure. (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR. (clean): Use $DEPDIR. (deps_frag): Include from configure. Move static/dynamic dependency stuff to deps.mk/autodeps.mk. * src/deps.mk, src/autodeps.mk: New files, extracted from Makefile.in. * msdos/sed1v2.inp (DEPFLAGS, deps_frag): Edit to empty. (MKDEPDIR): Edit to ':'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f068a033bd..83beaca6983 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
12010-05-20 Glenn Morris <rgm@gnu.org> 12010-05-20 Glenn Morris <rgm@gnu.org>
2 2
3 * make-dist (src): Include *.mk.
4 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
5 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
6 (deps_frag): New output file.
7 (AUTO_DEPEND): Remove this definition.
8
3 * configure.in (--with-gtk, --with-gcc): Remove option stubs. 9 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
4 10
52010-05-19 Glenn Morris <rgm@gnu.org> 112010-05-19 Glenn Morris <rgm@gnu.org>