Mercurial > emacs
diff lib-src/Makefile.in @ 7816:b34d9c53ebb6
(test-distrib): Use ALL_CFLAGS.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 07 Jun 1994 07:30:58 +0000 |
| parents | 5db3f3e8bf50 |
| children | a8ed7164a837 |
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)
