summaryrefslogtreecommitdiffstats
path: root/crypto/rc4
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-18 00:27:04 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-18 00:38:26 +0100
commit4418e0302f471750e643079a753ab43a2eb164b8 (patch)
treeff6ce2c6ebbc207a274632a1810eacf297834994 /crypto/rc4
parent29d0932721b2da7e4980abe50aec418f28136fe9 (diff)
In the unified scheme, there is no $(TOP), use $(SRCDIR) instead
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/rc4')
-rw-r--r--crypto/rc4/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc4/build.info b/crypto/rc4/build.info
index ea83e368a8..8d63bab70c 100644
--- a/crypto/rc4/build.info
+++ b/crypto/rc4/build.info
@@ -18,7 +18,7 @@ BEGINRAW[Makefile]
CC="$(CC)" $(PERL) {- $sourcedir -}/asm/rc4-parisc.pl $(PERLASM_SCHEME) $@
{- $builddir -}/rc4-ia64.s: rc4-ia64.S
- @case `awk '/^#define RC4_INT/{print$$NF}' $(TOP)/include/openssl/opensslconf.h` in \
+ @case `awk '/^#define RC4_INT/{print$$NF}' $(SRCDIR)/include/openssl/opensslconf.h` in \
int) set -x; $(CC) $(CFLAGS) -DSZ=4 -E rc4-ia64.S > $@ ;; \
char) set -x; $(CC) $(CFLAGS) -DSZ=1 -E rc4-ia64.S > $@ ;; \
*) exit 1 ;; \