commit 4d90e3d1507444cb0edb5a53ccefa3b1d958abae
parent a799fd84aabd2df4789da1fe498e2f7ced1aa141
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Sun, 19 Jan 2020 12:03:06 +0100
libc: Fix Makefile of ctype and time
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/libc/ctype/Makefile b/src/libc/ctype/Makefile
@@ -22,10 +22,10 @@ OBJS =\
tolower.$O\
toupper.$O\
-all: $(OBJS)
+all: $(LIBC)
$(LIBC): $(OBJS)
- $(MKLIB)
+ $(MKLST)
dep: inc-dep
diff --git a/src/libc/time/Makefile b/src/libc/time/Makefile
@@ -13,10 +13,10 @@ OBJS =\
mktime.$O\
strftime.$O\
-all: $(OBJS)
+all: $(LIBC)
$(LIBC): $(OBJS)
- $(MKLIB)
+ $(MKLST)
dep: inc-dep