From dc132ab2215fd75b4b6b85884f9e6549ec9a82d0 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 11 Jun 2002 18:26:21 +0000 Subject: [PATCH] Create the distribution directory at the root of the project rather than above the root git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95612 13f79535-47bb-0310-9956-ffa450edef68 --- build/NWGNUenvironment.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 032e24173d..53fec990e5 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -178,8 +178,8 @@ endif endif ifndef INSTALL -INSTALL = $(AP_WORK)\..\Dist -INSTDIRS = $(AP_WORK)\..\Dist +INSTALL = $(AP_WORK)\Dist +INSTDIRS = $(AP_WORK)\Dist endif INSTDEVDIRS := \ -- 2.50.1