Commiting on behalf of jvprat.
Add a line to configure to set a vpath for .asm files; otherwise build fails when compiling from a different directory than the one with the source. svn-id: r29670
This commit is contained in:
parent
50c6920d6f
commit
480d187322
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -1675,6 +1675,7 @@ cat > Makefile << EOF
|
|||
srcdir = $_srcdir
|
||||
vpath %.cpp \$(srcdir)
|
||||
vpath %.h \$(srcdir)
|
||||
vpath %.asm \$(srcdir)
|
||||
include \$(srcdir)/Makefile
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue