ref: 7a0b68233f61b48e1980ca3aa1268f91955806e8
parent: f50df8224601b3496e416f72514c176ab27e0e2d
author: Timothy B. Terriberry <[email protected]>
date: Mon Nov 18 09:10:57 EST 2013
ASM build fix Signed-off-by: Jean-Marc Valin <[email protected]>
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@
CELT_SOURCES += $(CELT_SOURCES_ARM_ASM:.s=-gnu.S)
BUILT_SOURCES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S) \
$(CELT_AM_SOURCES_ARM_ASM:.s.in=.s) \
- $(CELT_AM_SOURCES_ARM_ASM.s.in=-gnu.S)
+ $(CELT_AM_SOURCES_ARM_ASM:.s.in=-gnu.S)
endif
endif