bnicholes 2002/06/11 11:30:16
Modified: build NWGNUenvironment.inc Log: Create the distribution directory at the root of the project rather than above the root Revision Changes Path 1.2 +2 -2 apr/build/NWGNUenvironment.inc Index: NWGNUenvironment.inc =================================================================== RCS file: /home/cvs/apr/build/NWGNUenvironment.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- NWGNUenvironment.inc 1 Mar 2002 22:25:26 -0000 1.1 +++ NWGNUenvironment.inc 11 Jun 2002 18:30:16 -0000 1.2 @@ -178,8 +178,8 @@ endif ifndef INSTALL -INSTALL = $(APR_WORK)\..\Dist -INSTDIRS = $(APR_WORK)\..\Dist +INSTALL = $(APR_WORK)\Dist +INSTDIRS = $(APR_WORK)\Dist endif INSTDEVDIRS := \
