(alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
This commit is contained in:
parent
46158a353b
commit
ecc4e8e0b5
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ stamp-oldxmenu:
|
|||
whenever emacs was #defined, but that's not appropriate for all
|
||||
users of alloca in Emacs. Check out ../lib-src/getopt.c. */
|
||||
alloca.o : alloca.c
|
||||
$(CC) -c $(CPPFLAGS) -DEMACS_FREE=xfree \
|
||||
$(CC) -c $(CPPFLAGS) -DEMACS_FREE=xfree -DDO_BLOCK_INPUT \
|
||||
$(ALL_CFLAGS) ${srcdir}/alloca.c
|
||||
#else
|
||||
#ifndef HAVE_ALLOCA
|
||||
|
|
Loading…
Add table
Reference in a new issue