From 888ec80125feff1338367ebc2669ed2110d6e996 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 18 Mar 2011 04:56:06 +0000 Subject: Use a var INSTALLBASE to simplify NetWare installation rules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082821 13f79535-47bb-0310-9956-ffa450edef68 --- modules/session/NWGNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/session') diff --git a/modules/session/NWGNUmakefile b/modules/session/NWGNUmakefile index e5a83e2788..ff84dd889c 100644 --- a/modules/session/NWGNUmakefile +++ b/modules/session/NWGNUmakefile @@ -233,7 +233,7 @@ nlms :: libs $(TARGET_nlm) # correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples) # install :: nlms FORCE - $(call COPY,$(OBJDIR)/*.nlm, $(INSTALL)/$(BASEDIR)/modules/) + $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/modules/) # # Any specialized rules here -- cgit v1.2.1