Commit cd25dea0 by H.J. Lu Committed by H.J. Lu

Replace top_srcdir with srcdir

	PR driver/54171
	* Makefile.in (version): Replace top_srcdir with srcdir.

From-SVN: r190140
parent 11d2ed24
2012-08-03 H.J. Lu <hongjiu.lu@intel.com>
PR driver/54171
* Makefile.in (version): Replace top_srcdir with srcdir.
2012-08-03 Jonathan Yong <jon_y@users.sourceforge.net> 2012-08-03 Jonathan Yong <jon_y@users.sourceforge.net>
* Makefile.in (version): set to BASE-VER file from gcc directory. * Makefile.in (version): set to BASE-VER file from gcc directory.
......
...@@ -207,7 +207,7 @@ export slibdir ...@@ -207,7 +207,7 @@ export slibdir
export toolexecdir export toolexecdir
export toolexeclibdir export toolexeclibdir
version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) version := $(shell cat $(srcdir)/../gcc/BASE-VER)
ifeq ($(decimal_float),yes) ifeq ($(decimal_float),yes)
ifeq ($(enable_decimal_float),bid) ifeq ($(enable_decimal_float),bid)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment