aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/iconv
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2021-12-14 23:24:24 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2021-12-29 22:45:06 +0000
commitbfcabeb876eaf75127e47266f93adf881c0abf1e (patch)
tree7e85d6834531b406ccdac914c613500e1bb336c7 /newlib/libc/iconv
parenta4e734fcdbfaee60455eeb7bc08255bb6c1e8729 (diff)
downloadnewlib-bfcabeb876eaf75127e47266f93adf881c0abf1e.zip
newlib-bfcabeb876eaf75127e47266f93adf881c0abf1e.tar.gz
newlib-bfcabeb876eaf75127e47266f93adf881c0abf1e.tar.bz2
newlib: Regenerate autotools files
Diffstat (limited to 'newlib/libc/iconv')
-rw-r--r--newlib/libc/iconv/Makefile.in7
-rw-r--r--newlib/libc/iconv/ccs/Makefile.in7
-rw-r--r--newlib/libc/iconv/ccs/binary/Makefile.in7
-rw-r--r--newlib/libc/iconv/ces/Makefile.in7
-rw-r--r--newlib/libc/iconv/lib/Makefile.in7
5 files changed, 15 insertions, 20 deletions
diff --git a/newlib/libc/iconv/Makefile.in b/newlib/libc/iconv/Makefile.in
index d17e682..0e5a0f1 100644
--- a/newlib/libc/iconv/Makefile.in
+++ b/newlib/libc/iconv/Makefile.in
@@ -269,7 +269,6 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-AUTOMAKE_OPTIONS = cygnus
SUBDIRS = ces ccs lib .
cctdir = $(datadir)/iconv_data
cct_DATA = encoding.aliases
@@ -300,9 +299,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/..
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus --ignore-deps iconv/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps iconv/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --cygnus --ignore-deps iconv/Makefile
+ $(AUTOMAKE) --foreign --ignore-deps iconv/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -484,7 +483,7 @@ GTAGS:
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-check-am:
+check-am: all-am
check: check-recursive
all-am: Makefile $(DATA)
installdirs: installdirs-recursive
diff --git a/newlib/libc/iconv/ccs/Makefile.in b/newlib/libc/iconv/ccs/Makefile.in
index a0fcca9..f89a2c1 100644
--- a/newlib/libc/iconv/ccs/Makefile.in
+++ b/newlib/libc/iconv/ccs/Makefile.in
@@ -332,7 +332,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 = ccsbi.c \
iso_8859_10.c iso_8859_13.c iso_8859_14.c iso_8859_15.c \
@@ -395,9 +394,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/..
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus --ignore-deps iconv/ccs/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps iconv/ccs/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --cygnus --ignore-deps iconv/ccs/Makefile
+ $(AUTOMAKE) --foreign --ignore-deps iconv/ccs/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -832,7 +831,7 @@ GTAGS:
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-check-am:
+check-am: all-am
check: check-recursive
all-am: Makefile $(LIBRARIES) $(DATA)
installdirs: installdirs-recursive
diff --git a/newlib/libc/iconv/ccs/binary/Makefile.in b/newlib/libc/iconv/ccs/binary/Makefile.in
index ae48ba2..213d471 100644
--- a/newlib/libc/iconv/ccs/binary/Makefile.in
+++ b/newlib/libc/iconv/ccs/binary/Makefile.in
@@ -255,7 +255,6 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-AUTOMAKE_OPTIONS = cygnus
cctdir = $(datadir)/iconv_data
cct_DATA = \
iso_8859_10.cct iso_8859_13.cct iso_8859_14.cct iso_8859_15.cct \
@@ -295,9 +294,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/..
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus --ignore-deps iconv/ccs/binary/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps iconv/ccs/binary/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --cygnus --ignore-deps iconv/ccs/binary/Makefile
+ $(AUTOMAKE) --foreign --ignore-deps iconv/ccs/binary/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -350,7 +349,7 @@ TAGS:
ctags: CTAGS
CTAGS:
-check-am:
+check-am: all-am
check: check-am
all-am: Makefile $(DATA)
installdirs:
diff --git a/newlib/libc/iconv/ces/Makefile.in b/newlib/libc/iconv/ces/Makefile.in
index a9d565f..42e2b8e 100644
--- a/newlib/libc/iconv/ces/Makefile.in
+++ b/newlib/libc/iconv/ces/Makefile.in
@@ -275,7 +275,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 = \
utf-8.c \
@@ -333,9 +332,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/..
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus --ignore-deps iconv/ces/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps iconv/ces/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --cygnus --ignore-deps iconv/ces/Makefile
+ $(AUTOMAKE) --foreign --ignore-deps iconv/ces/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -501,7 +500,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) $(DATA)
installdirs:
diff --git a/newlib/libc/iconv/lib/Makefile.in b/newlib/libc/iconv/lib/Makefile.in
index eb51f7c..c7fe085 100644
--- a/newlib/libc/iconv/lib/Makefile.in
+++ b/newlib/libc/iconv/lib/Makefile.in
@@ -268,7 +268,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 = \
aliasesi.c \
@@ -316,9 +315,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/..
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus --ignore-deps iconv/lib/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps iconv/lib/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --cygnus --ignore-deps iconv/lib/Makefile
+ $(AUTOMAKE) --foreign --ignore-deps iconv/lib/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -454,7 +453,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) $(DATA)
installdirs: