From bfcabeb876eaf75127e47266f93adf881c0abf1e Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Tue, 14 Dec 2021 23:24:24 +0000 Subject: newlib: Regenerate autotools files --- newlib/libc/string/Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'newlib/libc/string') diff --git a/newlib/libc/string/Makefile.in b/newlib/libc/string/Makefile.in index 36997b8..f6e8722 100644 --- a/newlib/libc/string/Makefile.in +++ b/newlib/libc/string/Makefile.in @@ -372,7 +372,6 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AUTOMAKE_OPTIONS = cygnus INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) GENERAL_SOURCES = \ bcopy.c \ @@ -542,9 +541,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/.. exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus --ignore-deps string/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps string/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --cygnus --ignore-deps string/Makefile + $(AUTOMAKE) --foreign --ignore-deps string/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -1285,7 +1284,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: -- cgit v1.1