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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/machine/mips/Makefile.am')
-rw-r--r--newlib/libm/machine/mips/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/machine/mips/Makefile.am b/newlib/libm/machine/mips/Makefile.am
index ff29858be..e72cd764a 100644
--- a/newlib/libm/machine/mips/Makefile.am
+++ b/newlib/libm/machine/mips/Makefile.am
@@ -11,7 +11,7 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = $(LIB_SOURCES)
lib_a_CFLAGS = $(AM_CFLAGS)
-LIBADD_OBJS = \
+lib_a_LIBADD = \
lib_a-fenv.$(OBJEXT)
# fenv.c cannot be compiled as mips16 since it uses the cfc1 instruction