# HG changeset patch # User kabi # Date 1078834720 0 # Node ID 1b0e22e6f4d1102b26d62703119f5f6f0fe190c7 # Parent 771dcc2d4a0c62770769a158176d1f4eba8fcbe6 * missing opts for make dep diff -r 771dcc2d4a0c -r 1b0e22e6f4d1 Makefile --- a/Makefile Mon Mar 08 02:18:19 2004 +0000 +++ b/Makefile Tue Mar 09 12:18:40 2004 +0000 @@ -119,6 +119,7 @@ i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o ifdef TARGET_BUILTIN_VECTOR i386/fft_sse.o: CFLAGS+= -msse +depend: CFLAGS+= -msse endif endif