author | Sam Lantinga <slouken@libsdl.org> |
Sun, 18 Jul 2010 07:55:34 -0700 | |
branch | SDL-1.2 |
changeset 4539 | d2517c0de52b |
parent 4538 | 74b5387da0c4 |
child 4540 | e978b888d87a |
--- 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__ ;;