diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-03 21:26:52 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-03 21:26:52 -0700 |
| commit | c2d97c959ed05434680979f56f0fb8315834c6ab (patch) | |
| tree | c52d265524284f7f8ec9807a07f8451431a08971 | |
| parent | b1828ae4346f7003770bdcf82eaea8e7f1ed09ad (diff) | |
openbsd: Fix dependency on copied headers
| -rw-r--r-- | core/openbsd/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/openbsd/gen.rc b/core/openbsd/gen.rc index 6f44a6ab..ea99d61c 100644 --- a/core/openbsd/gen.rc +++ b/core/openbsd/gen.rc @@ -9,7 +9,7 @@ cflags\ build '$outdir'/lib/libc/crypt/arc4random.c copy '$srcdir'/lib/libc/crypt/arc4random.c build '$outdir'/lib/libc/crypt/arc4random.h copy '$srcdir'/lib/libcrypto/crypto/arc4random_linux.h build '$outdir'/lib/libc/crypt/chacha_private.h copy '$srcdir'/lib/libc/crypt/chacha_private.h -cc '$outdir'/lib/libc/crypt/arc4random.c '||' '$outdir'/crypt/^(arc4random.h chacha_private.h) +cc '$outdir'/lib/libc/crypt/arc4random.c '||' '$outdir'/lib/libc/crypt/^(arc4random.h chacha_private.h) lib libbsd.a -d phony/core/libressl/headers\ lib/libc/^(\ |
