diff options
| author | Karl Heuer | 1995-12-21 16:45:29 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-12-21 16:45:29 +0000 |
| commit | fcd4533c72fe5713642c68438351df6eddd8112c (patch) | |
| tree | ca545a51b12764a59bcbfba3bd5bd0291f692c99 /lib-src | |
| parent | 5750ebd89f7b384ef6a3b18e385625800be2a17b (diff) | |
| download | emacs-fcd4533c72fe5713642c68438351df6eddd8112c.tar.gz emacs-fcd4533c72fe5713642c68438351df6eddd8112c.zip | |
(LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
(LOADLIBES): Use LIB_STANDARD_LIBSRC.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 12 |
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= | |||
| 134 | /* From here on, comments must be done in C syntax. */ | 134 | /* From here on, comments must be done in C syntax. */ |
| 135 | 135 | ||
| 136 | #define NO_SHORTNAMES | 136 | #define NO_SHORTNAMES |
| 137 | #define THIS_IS_YMAKEFILE | 137 | #define THIS_IS_MAKEFILE |
| 138 | #define NOT_C_CODE | 138 | #define NOT_C_CODE |
| 139 | #include "../src/config.h" | 139 | #include "../src/config.h" |
| 140 | 140 | ||
| @@ -146,12 +146,12 @@ MOVE_LIBS= | |||
| 146 | 146 | ||
| 147 | /* Some machines don't find the standard C libraries in the usual place. */ | 147 | /* Some machines don't find the standard C libraries in the usual place. */ |
| 148 | #ifndef ORDINARY_LINK | 148 | #ifndef ORDINARY_LINK |
| 149 | #ifndef LIB_STANDARD | 149 | #ifndef LIB_STANDARD_LIBSRC |
| 150 | #define LIB_STANDARD -lc | 150 | #define LIB_STANDARD_LIBSRC -lc |
| 151 | #endif | 151 | #endif |
| 152 | #else | 152 | #else |
| 153 | #ifndef LIB_STANDARD | 153 | #ifndef LIB_STANDARD_LIBSRC |
| 154 | #define LIB_STANDARD | 154 | #define LIB_STANDARD_LIBSRC |
| 155 | #endif | 155 | #endif |
| 156 | #endif | 156 | #endif |
| 157 | 157 | ||
| @@ -186,7 +186,7 @@ MOVE_LIBS= | |||
| 186 | #define BLESSMAIL | 186 | #define BLESSMAIL |
| 187 | #endif | 187 | #endif |
| 188 | 188 | ||
| 189 | LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD | 189 | LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC |
| 190 | 190 | ||
| 191 | /* We need to #define emacs to get the right versions of some files. | 191 | /* We need to #define emacs to get the right versions of some files. |
| 192 | Some other files - those shared with other GNU utilities - need | 192 | Some other files - those shared with other GNU utilities - need |