From fb6b885718cc26b973248d92268100000a0246be Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 22 Feb 2006 05:01:43 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401421 --- 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 3e0860da0..f9801fe3f 100755 --- a/build-scripts/makedep.sh +++ b/build-scripts/makedep.sh @@ -65,7 +65,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) $src -o \$@ __EOF__ ;;