diff options
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index f812ede..21d8322 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=`awk '{print substr ($$4, 2, length ($$4) - 3); }' $(srcdir)/version.c` # Directory where sources are, from where we are. srcdir = . |