Mercurial > emacs
changeset 7816:b34d9c53ebb6
(test-distrib): Use ALL_CFLAGS.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 07 Jun 1994 07:30:58 +0000 |
parents | 5d167db8ce8a |
children | d729f75fff04 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Tue Jun 07 02:32:54 1994 +0000 +++ b/lib-src/Makefile.in Tue Jun 07 07:30:58 1994 +0000 @@ -248,7 +248,7 @@ distribute Emacs. If they were clobbered, all the .elc files were clobbered too. */ test-distrib: ${srcdir}/test-distrib.c - $(CC) -o test-distrib ${srcdir}/test-distrib.c + $(CC) ${ALL_CFLAGS} -o test-distrib ${srcdir}/test-distrib.c ./test-distrib ${srcdir}/testfile GETOPTOBJS = getopt.o getopt1.o $(ALLOCA)