From ef2389d150b8ada9cfdc25d96768cd4856f6d193 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 18 Jul 2010 07:55:34 -0700 Subject: [PATCH] Debian patch: 012_nasm_include.diff --- build-scripts/makedep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/makedep.sh b/build-scripts/makedep.sh index ceffe275b..e2c57ad38 100755 --- a/build-scripts/makedep.sh +++ b/build-scripts/makedep.sh @@ -69,7 +69,7 @@ __EOF__ ;; asm) cat >>${output}.new <<__EOF__ - \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) $src -o \$@ + \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) -I\$(srcdir)/src/hermes/ $src -o \$@ __EOF__ ;;