From: K. Richard Pixley Date: Fri, 8 Nov 1991 00:13:45 +0000 (+0000) Subject: get version from the right place X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51e2358ba9ddd3cc561e3db302eedc679ff710b8;p=binutils-gdb.git get version from the right place --- diff --git a/gas/Makefile.in b/gas/Makefile.in index c6779d009e2..ad33f7345be 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -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 = .