# HG changeset patch # User Richard M. Stallman # Date 816157950 0 # Node ID 6a7c2ee3c94f031403e96146e763fc6e3b817c57 # Parent 34382f4e23cb93e30145c5ba102c26ce0891c2f3 (LIB_STANDARD): Extract this as in src/Makefile.in. (LOADLIBES): Use LIB_STANDARD. diff -r 34382f4e23cb -r 6a7c2ee3c94f lib-src/Makefile.in --- a/lib-src/Makefile.in Sun Nov 12 05:20:12 1995 +0000 +++ b/lib-src/Makefile.in Sun Nov 12 06:32:30 1995 +0000 @@ -144,6 +144,17 @@ #undef alloca #endif +/* Some machines don't find the standard C libraries in the usual place. */ +#ifndef ORDINARY_LINK +#ifndef LIB_STANDARD +#define LIB_STANDARD -lc +#endif +#else +#ifndef LIB_STANDARD +#define LIB_STANDARD +#endif +#endif + /* Some s/*.h files define this to request special libraries. */ #ifndef LIBS_SYSTEM #define LIBS_SYSTEM @@ -175,7 +186,7 @@ #define BLESSMAIL #endif -LOADLIBES=LIBS_SYSTEM LIBS_MACHINE +LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD /* We need to #define emacs to get the right versions of some files. Some other files - those shared with other GNU utilities - need