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:
Robin Watts 2007-11-30 17:59:02 +00:00
parent 50c6920d6f
commit 480d187322

1
configure vendored
View file

@ -1675,6 +1675,7 @@ cat > Makefile << EOF
srcdir = $_srcdir
vpath %.cpp \$(srcdir)
vpath %.h \$(srcdir)
vpath %.asm \$(srcdir)
include \$(srcdir)/Makefile
EOF