Commit dc132ab2 authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

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
parent 5fdf51a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 := \