shithub: scc

Download patch

ref: c1b4b8354a76cc8c9aa13757e8b3db8d1b5a7c39
parent: 4f0bf48999137e2429bab02829f1d34373d3f67a
author: Quentin Rameau <quinq@fifth.space>
date: Wed Apr 21 16:39:56 EDT 2021

libc: Fix makefile $< usage in non-inference rule

--- a/src/libc/time/Makefile
+++ b/src/libc/time/Makefile
@@ -22,7 +22,7 @@
 $(OBJS): tz.c
 
 tz.c: timezone.lst
-	awk -f gentz.awk $< >$@
+	awk -f gentz.awk $? >$@
 
 dep: inc-dep