diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-27 01:23:03 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-27 01:23:03 -0700 |
| commit | 076e97aee176afce9c51eef9c5cd39bbf0609b92 (patch) | |
| tree | 5a5c6d9538642e53988d79efc45c38194e99f045 /core/openssh | |
| parent | 1f48964d15334a14de99fb4985077e3523f6f9ef (diff) | |
Reformulate "let" helper into "with"
Diffstat (limited to 'core/openssh')
| -rw-r--r-- | core/openssh/gen.rc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/openssh/gen.rc b/core/openssh/gen.rc index 958b76a1..bb3eeb18 100644 --- a/core/openssh/gen.rc +++ b/core/openssh/gen.rc @@ -7,14 +7,13 @@ cflags\ -I '$srcdir' \ -I '$srcdir'/openbsd-compat\ -defs=(\ +build '$outdir'/umac128.c.o cc '$srcdir'/umac.c ; defs=(\ '-DUMAC_OUTPUT_LEN=16' \ '-Dumac_new=umac128_new' \ '-Dumac_update=umac128_update' \ '-Dumac_final=umac128_final' \ '-Dumac_delete=umac128_delete' \ -) let cflags '$cflags '$"defs --\ - build '$outdir'/umac128.c.o cc '$srcdir'/umac.c +) with cflags '$cflags '$"defs lib libopenbsd-compat.a openbsd-compat/^(\ base64.c basename.c bcrypt_pbkdf.c bindresvport.c blowfish.c daemon.c\ |
