# HG changeset patch # User Richard M. Stallman # Date 770974258 0 # Node ID b34d9c53ebb6c88364627d3d192fdbb5bb84cfa2 # Parent 5d167db8ce8a19edd6caaa9d3dfaf0095b61f67e (test-distrib): Use ALL_CFLAGS. diff -r 5d167db8ce8a -r b34d9c53ebb6 lib-src/Makefile.in --- 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)