mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
get version from the right place
This commit is contained in:
parent
4c27527f1c
commit
51e2358ba9
@ -59,7 +59,7 @@ CCLIBFLAGS = -O
|
||||
# Version of ar to use when compiling gnulib.
|
||||
OLDAR = ar
|
||||
|
||||
version=`$(srcdir)/../gcc$(subdir)/gcc -dumpversion`
|
||||
version=`$(unsubdir)/../gcc$(subdir)/gcc -dumpversion`
|
||||
|
||||
# Directory where sources are, from where we are.
|
||||
srcdir = .
|
||||
|
Loading…
Reference in New Issue
Block a user