shithub: scc

Download patch

ref: 4d90e3d1507444cb0edb5a53ccefa3b1d958abae
parent: a799fd84aabd2df4789da1fe498e2f7ced1aa141
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Jan 19 07:03:06 EST 2020

libc: Fix Makefile of ctype and time

--- a/src/libc/ctype/Makefile
+++ b/src/libc/ctype/Makefile
@@ -22,10 +22,10 @@
 	tolower.$O\
 	toupper.$O\
 
-all: $(OBJS)
+all: $(LIBC)
 
 $(LIBC): $(OBJS)
-	$(MKLIB)
+	$(MKLST)
 
 dep: inc-dep
 
--- a/src/libc/time/Makefile
+++ b/src/libc/time/Makefile
@@ -13,10 +13,10 @@
 	mktime.$O\
 	strftime.$O\
 
-all: $(OBJS)
+all: $(LIBC)
 
 $(LIBC): $(OBJS)
-	$(MKLIB)
+	$(MKLST)
 
 dep: inc-dep