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/machine/m68hc11 | |
parent | a4e734fcdbfaee60455eeb7bc08255bb6c1e8729 (diff) | |
download | newlib-bfcabeb876eaf75127e47266f93adf881c0abf1e.zip newlib-bfcabeb876eaf75127e47266f93adf881c0abf1e.tar.gz newlib-bfcabeb876eaf75127e47266f93adf881c0abf1e.tar.bz2 |
newlib: Regenerate autotools files
Diffstat (limited to 'newlib/libc/machine/m68hc11')
-rw-r--r-- | newlib/libc/machine/m68hc11/Makefile.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/newlib/libc/machine/m68hc11/Makefile.in b/newlib/libc/machine/m68hc11/Makefile.in index abead31..e2a8c76 100644 --- a/newlib/libc/machine/m68hc11/Makefile.in +++ b/newlib/libc/machine/m68hc11/Makefile.in @@ -214,7 +214,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) AM_CCASFLAGS = $(INCLUDES) noinst_LIBRARIES = lib.a @@ -233,15 +232,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus --ignore-deps'; \ - $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus --ignore-deps \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \ && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus --ignore-deps Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --cygnus --ignore-deps Makefile + $(AUTOMAKE) --foreign --ignore-deps Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ @@ -338,7 +337,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) installdirs: |