From 09422da76c5f3524c1f03ef494d2ea8ed998961e Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 17 Apr 2016 23:23:23 -0700 Subject: Rename static_lib -> lib --- core/sbase/gen.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/sbase') diff --git a/core/sbase/gen.rc b/core/sbase/gen.rc index a9019cfb..a5d91477 100644 --- a/core/sbase/gen.rc +++ b/core/sbase/gen.rc @@ -6,8 +6,8 @@ cflags\ -std'='c99 -Wall -pedantic\ -I '$outdir' -static_lib libutil.a libutil/*.c -static_lib libutf.a libutf/*.c +lib libutil.a libutil/*.c +lib libutf.a libutf/*.c getconf_outs='$outdir'/^(confstr limits sysconf pathconf)^_l.h rule getconf 'getconf=$$PWD/$srcdir/getconf.sh && cd $outdir && $$getconf' -- cgit v1.2.3