scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 99cc38df2baf6201cabaed55e39bb9d1815d1c41
parent caaefb633a0cf61e51eb11877848a2a8541fcba7
Author: zerous Naveen Narayanan <zerous@simple-cc.org>
Date:   Mon, 20 Apr 2020 17:58:38 +0200

Fix bug in sed invocation in scripts/rules.mk

Diffstat:
Msrc/libc/rules.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libc/rules.mk b/src/libc/rules.mk @@ -12,7 +12,7 @@ LIBCLST= $(PROJECTDIR)/src/libc/libc.lst MKLST = \ echo $? |\ sed 's/ /\n/g' |\ - sed 's/^$$/d' |\ + sed '/^$$/d' |\ sed 's@^@$(PWD)/@' >> $(LIBCLST) # Rules