diff options
| author | Richard M. Stallman | 2002-11-13 11:36:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-13 11:36:26 +0000 |
| commit | 09fcea18c83b03b0dd4037dd2fa191d2833d2abc (patch) | |
| tree | c8b84ed24af5e8f3960ff604f62952b730a4ca94 | |
| parent | 5cb4031d8f4101d80e936a9a13839ea1820db938 (diff) | |
| download | emacs-09fcea18c83b03b0dd4037dd2fa191d2833d2abc.tar.gz emacs-09fcea18c83b03b0dd4037dd2fa191d2833d2abc.zip | |
Comment change.
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 0169205240e..63e38faba6e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -107,7 +107,7 @@ CC = C_COMPILER | |||
| 107 | #endif | 107 | #endif |
| 108 | 108 | ||
| 109 | /* GNU libc requires ORDINARY_LINK so that its own crt0 is used. | 109 | /* GNU libc requires ORDINARY_LINK so that its own crt0 is used. |
| 110 | Linux is an exception because it uses a funny variant of GNU libc. */ | 110 | GNU/Linux is an exception because it uses a funny variant of GNU libc. */ |
| 111 | #ifdef __GNU_LIBRARY__ | 111 | #ifdef __GNU_LIBRARY__ |
| 112 | #ifndef GNU_LINUX | 112 | #ifndef GNU_LINUX |
| 113 | #define ORDINARY_LINK | 113 | #define ORDINARY_LINK |