]> git.eshelyaron.com Git - emacs.git/commitdiff
(test-distrib): Use ALL_CFLAGS.
authorRichard M. Stallman <rms@gnu.org>
Tue, 7 Jun 1994 07:30:58 +0000 (07:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 7 Jun 1994 07:30:58 +0000 (07:30 +0000)
lib-src/Makefile.in

index edc8dc9aa445e5e1ab4e57d026461333bd17f76d..e060130e0ea230fb1f26565d75ac2281bc33ccb8 100644 (file)
@@ -248,7 +248,7 @@ TAGS: etags
    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)