changeset 1417 | 24fbbedd2ad6 |
parent 1416 | a4c05c115bb7 |
child 1459 | 1e8582152d44 |
1.1 --- a/build-scripts/makedep.sh Wed Feb 22 04:44:33 2006 +0000 1.2 +++ b/build-scripts/makedep.sh Wed Feb 22 05:01:43 2006 +0000 1.3 @@ -65,7 +65,7 @@ 1.4 ;; 1.5 asm) cat >>${output}.new <<__EOF__ 1.6 1.7 - \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) $src -o \$@" 1.8 + \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) $src -o \$@ 1.9 1.10 __EOF__ 1.11 ;;