aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-23 00:21:18 -0700
committerDan Nicolaescu2010-04-23 00:21:18 -0700
commited7103805c0fcb55add55f19800cfb54743132f1 (patch)
tree3f9d71d642149baaa42cc654982fd58c9ade577e /src/ChangeLog
parentfeeb1604f50bafb987b4e85ac3df5edef5151662 (diff)
downloademacs-ed7103805c0fcb55add55f19800cfb54743132f1.tar.gz
emacs-ed7103805c0fcb55add55f19800cfb54743132f1.zip
Simplify STARTFILES definition.
* s/hpux10-20.h (START_FILES): Explicitly define here instead of relying on Makefile.in to define it. * s/cygwin.h (START_FILES): Likewise. * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6797b623db2..d108a969883 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12010-04-23 Dan Nicolaescu <dann@ics.uci.edu> 12010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Simplify STARTFILES definition.
4 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
5 relying on Makefile.in to define it.
6 * s/cygwin.h (START_FILES): Likewise.
7 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
8
3 Clean up Solaris code. 9 Clean up Solaris code.
4 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM) 10 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
5 (LIB_MOTIF): Remove, configure takes care of this. 11 (LIB_MOTIF): Remove, configure takes care of this.