]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 16:45:29 +0000 (16:45 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 16:45:29 +0000 (16:45 +0000)
(LOADLIBES): Use LIB_STANDARD_LIBSRC.

lib-src/Makefile.in

index 6e98c78b11b4aa1348fe94beca5c103395297d57..2ae07c39391e666b19e487246a3a1d115e67b42b 100644 (file)
@@ -134,7 +134,7 @@ MOVE_LIBS=
 /* 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 @@ MOVE_LIBS=
 
 /* 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 @@ MOVE_LIBS=
 #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