changeset 4539:d2517c0de52b SDL-1.2

Debian patch: 012_nasm_include.diff
author Sam Lantinga <slouken@libsdl.org>
date Sun, 18 Jul 2010 07:55:34 -0700
parents 74b5387da0c4
children e978b888d87a
files build-scripts/makedep.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-scripts/makedep.sh	Sun Jul 18 07:54:00 2010 -0700
+++ b/build-scripts/makedep.sh	Sun Jul 18 07:55:34 2010 -0700
@@ -69,7 +69,7 @@
         ;;
         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__
         ;;