(version): Use sed to extract. Ignore excess after space.
authorRichard Stallman <rms@gnu.org>
Fri, 23 Oct 1992 22:34:44 +0000 (22:34 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 23 Oct 1992 22:34:44 +0000 (22:34 +0000)
From-SVN: r2578

gcc/Makefile.in

index 363e189..b91e070 100644 (file)
@@ -126,7 +126,7 @@ PREMADE_ATTRTAB =
 target= ... `configure' substitutes actual target name here.
 xmake_file= ... `configure' substitutes actual x- file name here.
 tmake_file= ... `configure' substitutes actual t- file name here.
-version=`awk '{printf "%s", substr ($$4, 2, length ($$4) - 3); }' $(srcdir)/version.c`
+version=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < version.c`
 
 # Directory where sources are, from where we are.
 srcdir = .