summaryrefslogtreecommitdiffstats
path: root/libobjc/Makefile.in
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-21 17:42:26 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-21 17:42:26 +0000
commit32ee7eb8646ccbefc1e755eeebc7568f5cb31cdf (patch)
treea97fb268c47ec92460902048500681a73454c2eb /libobjc/Makefile.in
parentb6ca54bb1cb34ea0f98506d54ec6f5cb6e5d878e (diff)
downloadppe42-gcc-32ee7eb8646ccbefc1e755eeebc7568f5cb31cdf.tar.gz
ppe42-gcc-32ee7eb8646ccbefc1e755eeebc7568f5cb31cdf.zip
* Makefile.in: Set gcc_version here.
* configure.ac: Do not invoke TL_AC_GCC_VERSION. Adjust quoting in definition of toolexeclibdir so that $(gcc_version) is expanded by the Makefile. * aclocal.m4, configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96816 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r--libobjc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in
index 32901679b95..44e3dd71f95 100644
--- a/libobjc/Makefile.in
+++ b/libobjc/Makefile.in
@@ -33,7 +33,7 @@ VPATH = @glibcpp_srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
target_noncanonical = @target_noncanonical@
-gcc_version = @gcc_version@
+gcc_version := $(shell cat $(srcdir)/../gcc/BASE-VER)
host_subdir = @host_subdir@
top_srcdir = @top_srcdir@
toplevel_srcdir = @toplevel_srcdir@
OpenPOWER on IntegriCloud