mirror of git://gcc.gnu.org/git/gcc.git
Replace top_srcdir with srcdir
PR driver/54171 * Makefile.in (version): Replace top_srcdir with srcdir. From-SVN: r190140
This commit is contained in:
parent
11d2ed2412
commit
cd25dea0f4
|
|
@ -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>
|
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
|
||||||
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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue