diff options
author | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-21 20:33:58 +0000 |
---|---|---|
committer | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-21 20:33:58 +0000 |
commit | c7fe03c012a11c8b641a4e140914034e11538ca3 (patch) | |
tree | a7b14775f2aeea367aea814f3152d18bce36e14e /libmudflap/Makefile.am | |
parent | 87102a15300ef7002ee894f85beea41ff0827d56 (diff) | |
download | gcc-c7fe03c012a11c8b641a4e140914034e11538ca3.tar.gz |
2004-05-21 Frank Ch. Eigler <fche@redhat.com>
* Makefile.am (AM_MAKEFLAGS): Pass RUNTESTFLAGS.
* Makefile.in: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82107 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/Makefile.am')
-rw-r--r-- | libmudflap/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmudflap/Makefile.am b/libmudflap/Makefile.am index c5a07490f26..c6a5580ab81 100644 --- a/libmudflap/Makefile.am +++ b/libmudflap/Makefile.am @@ -334,6 +334,7 @@ AM_MAKEFLAGS = \ "PICFLAG=$(PICFLAG)" \ "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \ "SHELL=$(SHELL)" \ + "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ "exec_prefix=$(exec_prefix)" \ "infodir=$(infodir)" \ "libdir=$(libdir)" \ |