aboutsummaryrefslogtreecommitdiff
path: root/newlib/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-07 05:22:24 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-09 23:34:17 -0500
commitf034d8ad19df17fd25df2469cfaa4a7ea3fcee45 (patch)
tree69712426d18dcc04ee76644dff32d3be5352a7fe /newlib/Makefile.in
parent5c21b3721475c0d848b567837b4459cffcf0ca13 (diff)
downloadnewlib-f034d8ad19df17fd25df2469cfaa4a7ea3fcee45.zip
newlib-f034d8ad19df17fd25df2469cfaa4a7ea3fcee45.tar.gz
newlib-f034d8ad19df17fd25df2469cfaa4a7ea3fcee45.tar.bz2
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 fd63232..b78e320 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@