summaryrefslogtreecommitdiff
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-07 07:30:58 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-07 07:30:58 +0000
commit422257a14dbd90c0bb1f9cade3995343ef833ab7 (patch)
tree2164634ce3a62d43c1f2b2b68f99c1bb827661aa /lib-src/Makefile.in
parentacfbb0835d42cff84dbd113a3cdb977b5adfb18d (diff)
downloademacs-422257a14dbd90c0bb1f9cade3995343ef833ab7.tar.gz
(test-distrib): Use ALL_CFLAGS.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index edc8dc9aa44..e060130e0ea 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -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)