diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-02-07 05:22:24 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-02-09 23:34:17 -0500 |
commit | f034d8ad19df17fd25df2469cfaa4a7ea3fcee45 (patch) | |
tree | 69712426d18dcc04ee76644dff32d3be5352a7fe /newlib/libc/locale | |
parent | 5c21b3721475c0d848b567837b4459cffcf0ca13 (diff) | |
download | newlib-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/libc/locale')
-rw-r--r-- | newlib/libc/locale/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/locale/Makefile.in b/newlib/libc/locale/Makefile.in index 9825e65..cbd2415 100644 --- a/newlib/libc/locale/Makefile.in +++ b/newlib/libc/locale/Makefile.in @@ -249,7 +249,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@ |