From 4418e0302f471750e643079a753ab43a2eb164b8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 18 Feb 2016 00:27:04 +0100 Subject: In the unified scheme, there is no $(TOP), use $(SRCDIR) instead Reviewed-by: Rich Salz --- crypto/rc4/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/rc4') 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 ;; \ -- cgit v1.2.3