diff options
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' |
