* Makefile.in (version): Define.
From-SVN: r120440
This commit is contained in:
parent
3dd7172662
commit
79e6eaeb8f
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.in (version): Define.
|
||||
|
||||
2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
|
|
|
@ -181,6 +181,8 @@ export RANLIB_FOR_TARGET
|
|||
export libsubdir
|
||||
export slibdir
|
||||
|
||||
version := $(shell $(CC) -dumpversion)
|
||||
|
||||
DECNUMINC = -I$(srcdir)/../libdecnumber -I$(MULTIBUILDTOP)../../libdecnumber
|
||||
|
||||
# Specify the directories to be searched for header files.
|
||||
|
|
Loading…
Add table
Reference in a new issue