summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2023-04-16 14:10:04 -0400
committerJeffrey Walton <noloader@gmail.com>2023-04-16 14:10:04 -0400
commit7c82386a8615d197397ec2fbbe047016edc96fa7 (patch)
tree2ebcb7b2e250a944d2794787c0bfcff918deb537
parente7c9e7968e77f28211ee95d0fa95daa6f454792c (diff)
downloadcryptopp-git-7c82386a8615d197397ec2fbbe047016edc96fa7.tar.gz
Update comments in makefile
-rw-r--r--GNUmakefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c4afe4bf..763545f0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -112,11 +112,11 @@ ifneq ($(findstring trim,$(MAKECMDGOALS)),)
else
ifneq ($(findstring zip,$(MAKECMDGOALS)),)
DETECT_FEATURES := 0
-endif
-endif
-endif
-endif
-endif
+endif # zip
+endif # trim
+endif # distclean
+endif # clean
+endif # CRYPTOPP_DISABLE_ASM
# Strip out -Wall, -Wextra and friends for feature testing. FORTIFY_SOURCE is removed
# because it requires -O1 or higher, but we use -O0 to tame the optimizer.
@@ -1192,7 +1192,7 @@ ifeq ($(IS_SUN),1)
# https://blogs.oracle.com/solaris/how-to-name-a-solaris-shared-object-v2
SOLIB_VERSION_SUFFIX=.$(LIB_MAJOR).$(LIB_MINOR)
SOLIB_FLAGS=-Wl,-h,libcryptopp.so$(SOLIB_COMPAT_SUFFIX)
-endif
+endif # IS_SUN
endif # HAS_SOLIB_VERSION
###########################################################