diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2021-12-14 23:24:24 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2021-12-29 22:45:06 +0000 |
commit | bfcabeb876eaf75127e47266f93adf881c0abf1e (patch) | |
tree | 7e85d6834531b406ccdac914c613500e1bb336c7 /newlib/libc/locale | |
parent | a4e734fcdbfaee60455eeb7bc08255bb6c1e8729 (diff) | |
download | newlib-bfcabeb876eaf75127e47266f93adf881c0abf1e.zip newlib-bfcabeb876eaf75127e47266f93adf881c0abf1e.tar.gz newlib-bfcabeb876eaf75127e47266f93adf881c0abf1e.tar.bz2 |
newlib: Regenerate autotools files
Diffstat (limited to 'newlib/libc/locale')
-rw-r--r-- | newlib/libc/locale/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/newlib/libc/locale/Makefile.in b/newlib/libc/locale/Makefile.in index c19baea..58e570d 100644 --- a/newlib/libc/locale/Makefile.in +++ b/newlib/libc/locale/Makefile.in @@ -286,7 +286,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 = setlocale.h locale.c localeconv.c @ELIX_LEVEL_1_FALSE@ELIX_SOURCES = \ @@ -341,9 +340,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/.. exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus --ignore-deps locale/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps locale/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --cygnus --ignore-deps locale/Makefile + $(AUTOMAKE) --foreign --ignore-deps locale/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -526,7 +525,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: |