# HG changeset patch # User Karl Heuer # Date 819564329 0 # Node ID db3649779fcc46feb6d19f73795f2dee069e2087 # Parent 5a7e9e98add76f543921e58edd6d6ba596e306c1 (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD. (LOADLIBES): Use LIB_STANDARD_LIBSRC. diff -r 5a7e9e98add7 -r db3649779fcc lib-src/Makefile.in --- a/lib-src/Makefile.in Thu Dec 21 08:06:29 1995 +0000 +++ b/lib-src/Makefile.in Thu Dec 21 16:45:29 1995 +0000 @@ -134,7 +134,7 @@ /* From here on, comments must be done in C syntax. */ #define NO_SHORTNAMES -#define THIS_IS_YMAKEFILE +#define THIS_IS_MAKEFILE #define NOT_C_CODE #include "../src/config.h" @@ -146,12 +146,12 @@ /* Some machines don't find the standard C libraries in the usual place. */ #ifndef ORDINARY_LINK -#ifndef LIB_STANDARD -#define LIB_STANDARD -lc +#ifndef LIB_STANDARD_LIBSRC +#define LIB_STANDARD_LIBSRC -lc #endif #else -#ifndef LIB_STANDARD -#define LIB_STANDARD +#ifndef LIB_STANDARD_LIBSRC +#define LIB_STANDARD_LIBSRC #endif #endif @@ -186,7 +186,7 @@ #define BLESSMAIL #endif -LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD +LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC /* We need to #define emacs to get the right versions of some files. Some other files - those shared with other GNU utilities - need