diff src/Makefile.in @ 108271:bfec7501a1f0

* Makefile.in (STARTFILES): Conditionally define to make the usage clear. * s/gnu.h (START_FILES): Remove empty definition.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 06 May 2010 09:18:33 -0700
parents 39e86d46390a
children 8416c8d075e3
line wrap: on
line diff
--- a/src/Makefile.in	Thu May 06 11:34:56 2010 +0200
+++ b/src/Makefile.in	Thu May 06 09:18:33 2010 -0700
@@ -212,8 +212,11 @@
 #define LD_SWITCH_X_SITE
 #endif
 
+#ifdef START_FILES
 STARTFILES = START_FILES
-
+#else
+STARTFILES =
+#endif
 
 #ifdef NS_IMPL_GNUSTEP
 /* Pull in stuff from GNUstep-make. */