Commit 2c514f26 by Torbjorn Granlund

(setting version variable): Prepend $(srcdir) to version.c.

From-SVN: r2591
parent c0138701
...@@ -126,7 +126,7 @@ PREMADE_ATTRTAB = ...@@ -126,7 +126,7 @@ PREMADE_ATTRTAB =
target= ... `configure' substitutes actual target name here. target= ... `configure' substitutes actual target name here.
xmake_file= ... `configure' substitutes actual x- file name here. xmake_file= ... `configure' substitutes actual x- file name here.
tmake_file= ... `configure' substitutes actual t- 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. # Directory where sources are, from where we are.
srcdir = . srcdir = .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment