aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-05-20 17:48:14 -0700
committerGlenn Morris2010-05-20 17:48:14 -0700
commit66dbf213eabcba05f54ff85e79ae44bbbeae4386 (patch)
tree0205cff46fcf6198581c5083aef6298f6d456bf3 /src/ChangeLog
parent04384b2d186ef8e3fb77f644d6621fc52b83c99a (diff)
downloademacs-66dbf213eabcba05f54ff85e79ae44bbbeae4386.tar.gz
emacs-66dbf213eabcba05f54ff85e79ae44bbbeae4386.zip
Handle some HAVE_NS Makefile conditionals with configure.
* configure.in (ns_frag): New output file. * src/Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app): Move these rules to ns.mk. * ns.mk: New file. Copyright years based on date of nextstep merge. * msdos/sed1v2.inp(@ns_frag@): Edit to nothing.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5335dfc150d..d74fb712e6d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12010-05-21 Glenn Morris <rgm@gnu.org> 12010-05-21 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
4 Move these rules to ns.mk.
5 * ns.mk: New file.
6
3 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules. 7 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
4 8
5 * Makefile.in (CANNOT_DUMP): New, set by configure. 9 * Makefile.in (CANNOT_DUMP): New, set by configure.