From 2c514f26733a275525a52995aa2f0070cc35f2e6 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sat, 24 Oct 1992 17:23:26 +0000 Subject: [PATCH] (setting version variable): Prepend $(srcdir) to version.c. From-SVN: r2591 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 374cfa54df0..b9052f472e2 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < version.c` +version=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < $(srcdir)/version.c` # Directory where sources are, from where we are. srcdir = . -- 2.30.2