aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-11-13 11:36:26 +0000
committerRichard M. Stallman2002-11-13 11:36:26 +0000
commit09fcea18c83b03b0dd4037dd2fa191d2833d2abc (patch)
treec8b84ed24af5e8f3960ff604f62952b730a4ca94 /src
parent5cb4031d8f4101d80e936a9a13839ea1820db938 (diff)
downloademacs-09fcea18c83b03b0dd4037dd2fa191d2833d2abc.tar.gz
emacs-09fcea18c83b03b0dd4037dd2fa191d2833d2abc.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
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