diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-23 00:21:18 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-23 00:21:18 -0700 |
commit | ed7103805c0fcb55add55f19800cfb54743132f1 (patch) | |
tree | 3f9d71d642149baaa42cc654982fd58c9ade577e /src/s/cygwin.h | |
parent | feeb1604f50bafb987b4e85ac3df5edef5151662 (diff) | |
download | emacs-ed7103805c0fcb55add55f19800cfb54743132f1.tar.gz |
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/s/cygwin.h')
-rw-r--r-- | src/s/cygwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index 9f4669d6e3f..914f11f1bba 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h @@ -140,6 +140,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define LIB_MATH #define LIBS_DEBUG +#define START_FILES ecrt0.o + /* the end */ /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b |