Change YFLAGS to AM_YFLAGS.
authorIan Lance Taylor <iant@google.com>
Sat, 22 Sep 2007 22:44:04 +0000 (22:44 +0000)
committerIan Lance Taylor <iant@google.com>
Sat, 22 Sep 2007 22:44:04 +0000 (22:44 +0000)
gold/Makefile.am
gold/Makefile.in

index b8a3be8c460c2d045170429491ae0859dc2844e0..11476f80b9a7d6d55bf8c7bd16016e0a3c22b9e7 100644 (file)
@@ -15,7 +15,7 @@ INCLUDES = -D_GNU_SOURCE \
        -DLOCALEDIR="\"$(datadir)/locale\"" \
        @INCINTL@
 
-YFLAGS = -d
+AM_YFLAGS = -d
 
 noinst_PROGRAMS = ld-new
 noinst_LIBRARIES = libgold.a
index 1a0f62cab7bf8ed7109237c8a3876080841f40d4..f2ef3a8b25c5970b2b0a18d7f35c2e7d27f6854a 100644 (file)
@@ -262,7 +262,7 @@ INCLUDES = -D_GNU_SOURCE \
        -DLOCALEDIR="\"$(datadir)/locale\"" \
        @INCINTL@
 
-YFLAGS = -d
+AM_YFLAGS = -d
 noinst_LIBRARIES = libgold.a
 CCFILES = \
        archive.cc \
This page took 0.026108 seconds and 4 git commands to generate.