changeset 1417:24fbbedd2ad6

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Wed, 22 Feb 2006 05:01:43 +0000
parents a4c05c115bb7
children d74ecb53b67a
files build-scripts/makedep.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-scripts/makedep.sh	Wed Feb 22 04:44:33 2006 +0000
+++ b/build-scripts/makedep.sh	Wed Feb 22 05:01:43 2006 +0000
@@ -65,7 +65,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) $src -o \$@
 
 __EOF__
         ;;