diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-14 20:35:24 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-14 20:35:24 +0000 |
commit | 7c86fd3f8782e3268e52c67166b61d87ea18d30a (patch) | |
tree | 77cf36f45f83a6108863d6ad1d791c670133dce5 /Makefile.tpl | |
parent | 88d3299048f70c9342bdb0d4f14ef67e4d8f7e6c (diff) | |
download | gcc-7c86fd3f8782e3268e52c67166b61d87ea18d30a.tar.gz |
* Makefile.tpl (RANLIB): Define.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62913 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 98c7260bc0a..baf1afa24d1 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -110,6 +110,7 @@ INSTALL_DATA = $(INSTALL) -m 644 AS = @AS@ AR = @AR@ AR_FLAGS = rc +RANLIB = @RANLIB@ CC = @CC@ # Special variables passed down in EXTRA_GCC_FLAGS. They are defined |