diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-17 23:23:23 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-17 23:23:23 -0700 |
| commit | 09422da76c5f3524c1f03ef494d2ea8ed998961e (patch) | |
| tree | 26653a09f7f5e214d3e8234e41634b737b7fffc8 /core/sbase | |
| parent | 761e1c1507d3acc1dd6d3690aac52190bd43a0fa (diff) | |
Rename static_lib -> lib
Diffstat (limited to 'core/sbase')
| -rw-r--r-- | core/sbase/gen.rc | 4 |
1 files changed, 2 insertions, 2 deletions
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' |
