diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2021-12-14 22:01:26 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2021-12-29 22:45:03 +0000 |
commit | 8e166351b3079f19154666943673604382d9ec87 (patch) | |
tree | 177ff915c93f92481f7abbdd3bfc032528fb0dd7 /newlib/libc/machine/x86_64/Makefile.in | |
parent | 320510de2c786db271ab6fccea1b8c7ccb80e09f (diff) | |
download | newlib-8e166351b3079f19154666943673604382d9ec87.zip newlib-8e166351b3079f19154666943673604382d9ec87.tar.gz newlib-8e166351b3079f19154666943673604382d9ec87.tar.bz2 |
newlib: Regenerate autotools files
Diffstat (limited to 'newlib/libc/machine/x86_64/Makefile.in')
-rw-r--r-- | newlib/libc/machine/x86_64/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libc/machine/x86_64/Makefile.in b/newlib/libc/machine/x86_64/Makefile.in index 99101ae..a839371 100644 --- a/newlib/libc/machine/x86_64/Makefile.in +++ b/newlib/libc/machine/x86_64/Makefile.in @@ -234,15 +234,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'; \ - $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \ + echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus --ignore-deps'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus --ignore-deps \ && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus --ignore-deps Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --cygnus Makefile + $(AUTOMAKE) --cygnus --ignore-deps Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ |