Browse Source

get version from the right place

gdb-4_18-branch
K. Richard Pixley 35 years ago
parent
commit
51e2358ba9
  1. 2
      gas/Makefile.in

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

Loading…
Cancel
Save