diff options
| author | Gerd Moellmann | 2000-07-14 17:59:27 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-14 17:59:27 +0000 |
| commit | 32b4c0e90bb4e68f139eb18f56adc791bd96406a (patch) | |
| tree | d90373901fbc734f604fac010465e665628ffdd7 /lib-src | |
| parent | 6fe533f6533ad231eea84a39684c7329831b9190 (diff) | |
| download | emacs-32b4c0e90bb4e68f139eb18f56adc791bd96406a.tar.gz emacs-32b4c0e90bb4e68f139eb18f56adc791bd96406a.zip | |
(alloca.o): Add -Demacs so that alloca will use
xmalloc.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index ccb7cb928e7..63fe371ac91 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -346,7 +346,7 @@ getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h | |||
| 346 | getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h | 346 | getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h |
| 347 | ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c | 347 | ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c |
| 348 | alloca.o: ${srcdir}/alloca.c | 348 | alloca.o: ${srcdir}/alloca.c |
| 349 | ${CC} -c ${BASE_CFLAGS} ${srcdir}/alloca.c | 349 | ${CC} -Demacs -c ${BASE_CFLAGS} ${srcdir}/alloca.c |
| 350 | 350 | ||
| 351 | #ifdef REGEXP_IN_LIBC | 351 | #ifdef REGEXP_IN_LIBC |
| 352 | REGEXPOBJ = | 352 | REGEXPOBJ = |