# HG changeset patch # User Sam Lantinga # Date 1140584503 0 # Node ID 24fbbedd2ad69e87d62b8174c64e2ce700d91f15 # Parent a4c05c115bb70506997bc01f5fccee93f436f41a *** empty log message *** diff -r a4c05c115bb7 -r 24fbbedd2ad6 build-scripts/makedep.sh --- 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__ ;;