From ed7103805c0fcb55add55f19800cfb54743132f1 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 23 Apr 2010 00:21:18 -0700 Subject: 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. --- src/s/cygwin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/s/cygwin.h') 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 . */ #define LIB_MATH #define LIBS_DEBUG +#define START_FILES ecrt0.o + /* the end */ /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b -- cgit v1.2.1