aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-11-08 00:13:45 +0000
committerK. Richard Pixley <rich@cygnus>1991-11-08 00:13:45 +0000
commit51e2358ba9ddd3cc561e3db302eedc679ff710b8 (patch)
treed8022fb9ae3c17b33a6a7025d194ffaf9f04e554 /gas
parent4c27527f1c2807ebd231289cbe82e3b5453bb96f (diff)
downloadgdb-51e2358ba9ddd3cc561e3db302eedc679ff710b8.zip
gdb-51e2358ba9ddd3cc561e3db302eedc679ff710b8.tar.gz
gdb-51e2358ba9ddd3cc561e3db302eedc679ff710b8.tar.bz2
get version from the right place
Diffstat (limited to 'gas')
-rw-r--r--gas/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index c6779d0..ad33f73 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 = .