aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index dda27528ef2..330d61684af 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -109,6 +109,12 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \
109#define NOT_C_CODE 109#define NOT_C_CODE
110#include "../src/config.h" 110#include "../src/config.h"
111 111
112/* We won't really call alloca;
113 don't let the file name alloca.c get messed up. */
114#ifdef alloca
115#undef alloca
116#endif
117
112/* Some s/*.h files define this to request special libraries. */ 118/* Some s/*.h files define this to request special libraries. */
113#ifndef LIBS_SYSTEM 119#ifndef LIBS_SYSTEM
114#define LIBS_SYSTEM 120#define LIBS_SYSTEM