aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 1ea88981bb0..bb76623870e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1034,7 +1034,7 @@ stamp-oldxmenu:
1034 whenever emacs was #defined, but that's not appropriate for all 1034 whenever emacs was #defined, but that's not appropriate for all
1035 users of alloca in Emacs. Check out ../lib-src/getopt.c. */ 1035 users of alloca in Emacs. Check out ../lib-src/getopt.c. */
1036alloca.o : alloca.c 1036alloca.o : alloca.c
1037 $(CC) -c $(CPPFLAGS) -DEMACS_FREE=xfree \ 1037 $(CC) -c $(CPPFLAGS) -DEMACS_FREE=xfree -DDO_BLOCK_INPUT \
1038 $(ALL_CFLAGS) ${srcdir}/alloca.c 1038 $(ALL_CFLAGS) ${srcdir}/alloca.c
1039#else 1039#else
1040#ifndef HAVE_ALLOCA 1040#ifndef HAVE_ALLOCA