From 480d1873220fb9266f30e659e5fa635afd312a36 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 30 Nov 2007 17:59:02 +0000 Subject: [PATCH] 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 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index acd0a59c556..9d6dc40142d 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