diff src/ChangeLog @ 108074:39488fd097e8

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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 23 Apr 2010 00:21:18 -0700
parents 577241984307
children a39e96e3b891
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 23 00:00:38 2010 -0700
+++ b/src/ChangeLog	Fri Apr 23 00:21:18 2010 -0700
@@ -1,5 +1,11 @@
 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	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.
+
 	Clean up Solaris code.
 	* s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
 	(LIB_MOTIF): Remove, configure takes care of this.