comparison src/Makefile.in @ 108226:9f224ef51d16

* s/hpux10-20.h (LIB_STANDARD): New definition. * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based on it, not used anymore.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 03 May 2010 19:51:49 -0700
parents 100210917be8
children 135e34f90ef1
comparison
equal deleted inserted replaced
108225:08020ac785a7 108226:9f224ef51d16
170 /* On some machines #define register is done in config; 170 /* On some machines #define register is done in config;
171 do not let it interfere with this file. */ 171 do not let it interfere with this file. */
172 #undef register 172 #undef register
173 173
174 /* Some machines do not find the standard C libraries in the usual place. */ 174 /* Some machines do not find the standard C libraries in the usual place. */
175 #ifndef ORDINARY_LINK
176 #ifndef LIB_STANDARD
177 #define LIB_STANDARD -lc
178 #endif
179 #else
180 #ifndef LIB_STANDARD 175 #ifndef LIB_STANDARD
181 #define LIB_STANDARD 176 #define LIB_STANDARD
182 #endif
183 #endif 177 #endif
184 178
185 /* Under GNUstep, putting libc on the link line causes problems. */ 179 /* Under GNUstep, putting libc on the link line causes problems. */
186 #ifdef NS_IMPL_GNUSTEP 180 #ifdef NS_IMPL_GNUSTEP
187 #undef LIB_STANDARD 181 #undef LIB_STANDARD