aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRobin Watts2007-11-30 17:59:02 +0000
committerRobin Watts2007-11-30 17:59:02 +0000
commit480d1873220fb9266f30e659e5fa635afd312a36 (patch)
tree55cbf1deb6fe6237540085b729e3c46d75f7852c /configure
parent50c6920d6fd104db25d78a3a552975f5a99ff998 (diff)
downloadscummvm-rg350-480d1873220fb9266f30e659e5fa635afd312a36.tar.gz
scummvm-rg350-480d1873220fb9266f30e659e5fa635afd312a36.tar.bz2
scummvm-rg350-480d1873220fb9266f30e659e5fa635afd312a36.zip
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index acd0a59c55..9d6dc40142 100755
--- a/configure
+++ b/configure
@@ -1675,6 +1675,7 @@ cat > Makefile << EOF
srcdir = $_srcdir
vpath %.cpp \$(srcdir)
vpath %.h \$(srcdir)
+vpath %.asm \$(srcdir)
include \$(srcdir)/Makefile
EOF