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:
-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