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:25:19 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 07:35:23 +0300
commit5b9c4cf23ef3724d914e29b1899a941b076b96da (patch)
tree7e37399020e8c1f329bc123b2b041598d6601669 /newlib/libc/time
parentf034d8ad19df17fd25df2469cfaa4a7ea3fcee45 (diff)
newlib: drop support for $oext
This was needed only to support libtool in case objects ended in .lo instead of .o, but we dropped libtool, so drop this too.
Diffstat (limited to 'newlib/libc/time')
-rw-r--r--newlib/libc/time/Makefile.am2
-rw-r--r--newlib/libc/time/Makefile.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/newlib/libc/time/Makefile.am b/newlib/libc/time/Makefile.am
index 2f3fd49ee..39d6b9bf0 100644
--- a/newlib/libc/time/Makefile.am
+++ b/newlib/libc/time/Makefile.am
@@ -30,4 +30,4 @@ noinst_LIBRARIES = lib.a
lib_a_SOURCES = $(LIB_SOURCES)
lib_a_CFLAGS = $(AM_CFLAGS)
-$(lpfx)wcsftime.$(oext): strftime.c
+$(lpfx)wcsftime.o: strftime.c
diff --git a/newlib/libc/time/Makefile.in b/newlib/libc/time/Makefile.in
index d4fe7750d..ec9ff0e60 100644
--- a/newlib/libc/time/Makefile.in
+++ b/newlib/libc/time/Makefile.in
@@ -283,7 +283,6 @@ machine_dir = @machine_dir@
mandir = @mandir@
mkdir_p = @mkdir_p@
newlib_basedir = @newlib_basedir@
-oext = @oext@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
@@ -684,7 +683,7 @@ uninstall-am:
.PRECIOUS: Makefile
-$(lpfx)wcsftime.$(oext): strftime.c
+$(lpfx)wcsftime.o: strftime.c
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.