Add false DOCUMENT_DIRECTORY for GNUmakefile-cross

pull/696/head
Jeffrey Walton 2018-08-01 21:52:46 -04:00
parent a1b30685ab
commit f9f307668b
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 5 additions and 0 deletions

View File

@ -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 #####
###########################################################