summaryrefslogtreecommitdiff
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-12-21 16:45:29 +0000
committerKarl Heuer <kwzh@gnu.org>1995-12-21 16:45:29 +0000
commit311cddf582c4de2d3351fc46e2c7a5fde8acccd5 (patch)
tree6287ac4f2e8861c40e787b58b4c00ee89a5c7b95 /lib-src/Makefile.in
parentfd1994dda4ad10b1462f2901a02ddd91d8acb83f (diff)
downloademacs-311cddf582c4de2d3351fc46e2c7a5fde8acccd5.tar.gz
(LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
(LOADLIBES): Use LIB_STANDARD_LIBSRC.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 6e98c78b11b..2ae07c39391 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -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