get version from the right place

This commit is contained in:
K. Richard Pixley 1991-11-08 00:13:45 +00:00
parent 4c27527f1c
commit 51e2358ba9
1 changed files with 1 additions and 1 deletions

View File

@ -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 = .