From: Ian Lance Taylor Date: Sat, 22 Sep 2007 22:44:04 +0000 (+0000) Subject: Change YFLAGS to AM_YFLAGS. X-Git-Tag: sid-snapshot-20071001~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4991e922ef6a2b6ec8e5a75347bb62689bfb241e;p=thirdparty%2Fbinutils-gdb.git Change YFLAGS to AM_YFLAGS. --- diff --git a/gold/Makefile.am b/gold/Makefile.am index b8a3be8c460..11476f80b9a 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -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 diff --git a/gold/Makefile.in b/gold/Makefile.in index 1a0f62cab7b..f2ef3a8b25c 100644 --- a/gold/Makefile.in +++ b/gold/Makefile.in @@ -262,7 +262,7 @@ INCLUDES = -D_GNU_SOURCE \ -DLOCALEDIR="\"$(datadir)/locale\"" \ @INCINTL@ -YFLAGS = -d +AM_YFLAGS = -d noinst_LIBRARIES = libgold.a CCFILES = \ archive.cc \