Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-07 13:22:24 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 07:34:17 +0300
commitf034d8ad19df17fd25df2469cfaa4a7ea3fcee45 (patch)
tree69712426d18dcc04ee76644dff32d3be5352a7fe /newlib/Makefile.in
parent5c21b3721475c0d848b567837b4459cffcf0ca13 (diff)
newlib: drop support for $aext
This was needed only to support libtool in case the library ended in .la instead of .a, but we dropped libtool, so drop this too.
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r--newlib/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index fd6323260..b78e32089 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -383,7 +383,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
-aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@