From 77adb75e16142cd4da2af8814090a4f2c2bd5aea Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 30 Jan 2019 18:58:01 +0100 Subject: Build: Remove BEGINRAW / ENDRAW / OVERRIDE It was an ugly hack to avoid certain problems that are no more. Also added GENERATE lines for perlasm scripts that didn't have that explicitly. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/8125) --- crypto/modes/build.info | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'crypto/modes/build.info') diff --git a/crypto/modes/build.info b/crypto/modes/build.info index 1820ab26ba..f015a4c302 100644 --- a/crypto/modes/build.info +++ b/crypto/modes/build.info @@ -22,9 +22,4 @@ GENERATE[ghashv8-armx.S]=asm/ghashv8-armx.pl $(PERLASM_SCHEME) INCLUDE[ghashv8-armx.o]=.. GENERATE[ghash-s390x.S]=asm/ghash-s390x.pl $(PERLASM_SCHEME) INCLUDE[ghash-s390x.o]=.. - -BEGINRAW[Makefile] -# GNU make "catch all" -{- $builddir -}/ghash-%.S: {- $sourcedir -}/asm/ghash-%.pl - CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ -ENDRAW[Makefile] +GENERATE[ghash-c64xplus.S]=asm/ghash-c64xplus.pl $(PERLASM_SCHEME) -- cgit v1.2.3