Replace top_srcdir with srcdir

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

From-SVN: r190140
This commit is contained in:
H.J. Lu 2012-08-04 05:33:27 +00:00 committed by H.J. Lu
parent 11d2ed2412
commit cd25dea0f4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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>
* Makefile.in (version): set to BASE-VER file from gcc directory.

View File

@ -207,7 +207,7 @@ export slibdir
export toolexecdir
export toolexeclibdir
version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
version := $(shell cat $(srcdir)/../gcc/BASE-VER)
ifeq ($(decimal_float),yes)
ifeq ($(enable_decimal_float),bid)