From e4e25cd2815efbf586a4297ed777e8653367a2b4 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 26 Aug 2025 00:47:10 -0600 Subject: Make opensslconf.h MI again --- include/openssl/Makefile.am.tpl | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) (limited to 'include/openssl') diff --git a/include/openssl/Makefile.am.tpl b/include/openssl/Makefile.am.tpl index 4bbbd60..1bea34d 100644 --- a/include/openssl/Makefile.am.tpl +++ b/include/openssl/Makefile.am.tpl @@ -3,43 +3,4 @@ include $(top_srcdir)/Makefile.am.common if !ENABLE_LIBTLS_ONLY opensslincludedir=$(includedir)/openssl -BUILT_SOURCES = opensslconf.h -CLEANFILES = opensslconf.h - -opensslconf.h: Makefile - -echo "generating opensslconf.h ..." -if HOST_AARCH64 - -cp $(top_srcdir)/include/arch/aarch64/opensslconf.h opensslconf.h -endif -if HOST_ARM - -cp $(top_srcdir)/include/arch/arm/opensslconf.h opensslconf.h -endif -if HOST_I386 - -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h -endif -if HOST_LOONGARCH64 - -cp $(top_srcdir)/include/arch/loongarch64/opensslconf.h opensslconf.h -endif -if HOST_MIPS - -cp $(top_srcdir)/include/arch/mips/opensslconf.h opensslconf.h -endif -if HOST_MIPS64 - -cp $(top_srcdir)/include/arch/mips64/opensslconf.h opensslconf.h -endif -if HOST_POWERPC - -cp $(top_srcdir)/include/arch/powerpc/opensslconf.h opensslconf.h -endif -if HOST_POWERPC64 - -cp $(top_srcdir)/include/arch/powerpc64/opensslconf.h opensslconf.h -endif -if HOST_RISCV64 - -cp $(top_srcdir)/include/arch/riscv64/opensslconf.h opensslconf.h -endif -if HOST_SPARC64 - -cp $(top_srcdir)/include/arch/sparc64/opensslconf.h opensslconf.h -endif -if HOST_X86_64 - -cp $(top_srcdir)/include/arch/amd64/opensslconf.h opensslconf.h -endif - -opensslinclude_HEADERS = opensslconf.h +opensslinclude_HEADERS = -- cgit v1.2.3-55-g6feb