diff options
author | Guenter Knauf <fuankg@apache.org> | 2013-05-10 14:58:20 +0000 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2013-05-10 14:58:20 +0000 |
commit | 1ef0978c78568f0d9a2845d4f1da68c416a3506b (patch) | |
tree | 1a6f840018cce6227a4211061d5678efade61573 /modules/session | |
parent | ed7053e4a3bcead94c4072e18e410c4adc32fcc7 (diff) | |
download | httpd-1ef0978c78568f0d9a2845d4f1da68c416a3506b.tar.gz |
Kill some NetWare build warnings.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481040 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/session')
-rw-r--r-- | modules/session/NWGNUmakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/session/NWGNUmakefile b/modules/session/NWGNUmakefile index 8adaac59f9..85f3a3114f 100644 --- a/modules/session/NWGNUmakefile +++ b/modules/session/NWGNUmakefile @@ -18,9 +18,11 @@ include $(AP_WORK)/build/NWGNUhead.inc # # Make sure all needed macro's are defined # -ifneq ($(MAKECMDGOALS),clean) +ifneq "$(MAKECMDGOALS)" "clean" +ifneq "$(findstring clobber_,$(MAKECMDGOALS))" "clobber_" APU_HAVE_CRYPTO = $(shell $(AWK) '/^\#define APU_HAVE_CRYPTO/{print $$3}' $(APRUTIL)/include/apu.h) endif +endif # # These directories will be at the beginning of the include list, followed by |