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:
authorJon Turney <jon.turney@dronecode.org.uk>2021-12-15 02:24:24 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-12-30 01:45:06 +0300
commitbfcabeb876eaf75127e47266f93adf881c0abf1e (patch)
tree7e85d6834531b406ccdac914c613500e1bb336c7 /newlib/libm/math
parenta4e734fcdbfaee60455eeb7bc08255bb6c1e8729 (diff)
newlib: Regenerate autotools files
Diffstat (limited to 'newlib/libm/math')
-rw-r--r--newlib/libm/math/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/newlib/libm/math/Makefile.in b/newlib/libm/math/Makefile.in
index d541804a4..d9f437ada 100644
--- a/newlib/libm/math/Makefile.in
+++ b/newlib/libm/math/Makefile.in
@@ -348,7 +348,6 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-AUTOMAKE_OPTIONS = cygnus
INCLUDES = -I$(srcdir)/../common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
src = k_standard.c k_rem_pio2.c \
k_cos.c k_sin.c k_tan.c \
@@ -439,9 +438,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/..
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus --ignore-deps math/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps math/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --cygnus --ignore-deps math/Makefile
+ $(AUTOMAKE) --foreign --ignore-deps math/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -1362,7 +1361,7 @@ GTAGS:
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-check-am:
+check-am: all-am
check: check-am
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
installdirs: