Add false DOCUMENT_DIRECTORY for GNUmakefile-cross
parent
a1b30685ab
commit
f9f307668b
|
|
@ -392,6 +392,11 @@ SOLIB_COMPAT_SUFFIX=.$(LIB_MAJOR)
|
||||||
SOLIB_FLAGS=-Wl,-soname,libcryptopp.so$(SOLIB_COMPAT_SUFFIX)
|
SOLIB_FLAGS=-Wl,-soname,libcryptopp.so$(SOLIB_COMPAT_SUFFIX)
|
||||||
endif # HAS_SOLIB_VERSION
|
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 #####
|
##### Targets and Recipes #####
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue