From f9f307668b88a580d5562748a87c136bd4a2b075 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 1 Aug 2018 21:52:46 -0400 Subject: [PATCH] Add false DOCUMENT_DIRECTORY for GNUmakefile-cross --- GNUmakefile-cross | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GNUmakefile-cross b/GNUmakefile-cross index bce7f05b..b1c13d74 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -392,6 +392,11 @@ SOLIB_COMPAT_SUFFIX=.$(LIB_MAJOR) SOLIB_FLAGS=-Wl,-soname,libcryptopp.so$(SOLIB_COMPAT_SUFFIX) endif # HAS_SOLIB_VERSION +# GNUmakefile-cross does not build the docs. But keep this variable +# in case the distclean recipe from the GNUmakefile is copied here. +# It avoids the goodness when $(DOCUMENT_DIRECTORY)/ is empty. +DOCUMENT_DIRECTORY ?= /tmp/cryptopp + ########################################################### ##### Targets and Recipes ##### ###########################################################