Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2013-11-18 23:10:57 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-11-18 23:10:57 +0400
commit7a0b68233f61b48e1980ca3aa1268f91955806e8 (patch)
treef34c970bac5dccb91d304c9de4bf38f03941fdd4 /Makefile.am
parentf50df8224601b3496e416f72514c176ab27e0e2d (diff)
ASM build fix
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7a2dca33..cbedb502 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ if OPUS_ARM_EXTERNAL_ASM
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