comparison build-scripts/makedep.sh @ 1417:24fbbedd2ad6

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Wed, 22 Feb 2006 05:01:43 +0000
parents a4c05c115bb7
children 1e8582152d44
comparison
equal deleted inserted replaced
1416:a4c05c115bb7 1417:24fbbedd2ad6
63 63
64 __EOF__ 64 __EOF__
65 ;; 65 ;;
66 asm) cat >>${output}.new <<__EOF__ 66 asm) cat >>${output}.new <<__EOF__
67 67
68 \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) $src -o \$@" 68 \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) $src -o \$@
69 69
70 __EOF__ 70 __EOF__
71 ;; 71 ;;
72 *) echo "Unknown file extension: $ext";; 72 *) echo "Unknown file extension: $ext";;
73 esac 73 esac