build: ppc: drop stray leftover backslash

This commit is contained in:
Diego Biurrun 2012-03-26 16:15:52 +02:00
parent e7e19b15c7
commit 72ccfb3cb7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
OBJS += ppc/dsputil_ppc.o \
FFT-OBJS-$(HAVE_GNU_AS) += ppc/fft_altivec_s.o \
FFT-OBJS-$(HAVE_GNU_AS) += ppc/fft_altivec_s.o
ALTIVEC-OBJS-$(CONFIG_FFT) += ppc/fft_altivec.o \
$(FFT-OBJS-yes)
ALTIVEC-OBJS-$(CONFIG_H264DSP) += ppc/h264_altivec.o