diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-04-29 17:10:20 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-04-29 17:10:20 +0200 |
commit | 5dcc1f9915485af9fd99f71466348bfe2bff7771 (patch) | |
tree | 5d912ce6658235b7c5be575ffb5e3d63ebb8feb3 /build | |
parent | Added some missing export to the proxy module (diff) | |
download | apache2-5dcc1f9915485af9fd99f71466348bfe2bff7771.tar.xz apache2-5dcc1f9915485af9fd99f71466348bfe2bff7771.zip |
Fixing up the distribution and install section of the NetWare make files
Submitted by: Guenter Knauf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94863 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/NWGNUenvironment.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 76149ad0c8..c1204bda47 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -189,7 +189,7 @@ INSTDEVDIRS := \ INSTDIRS += \ $(INSTALL)\Apache2 \ - $(INSTALL)\Apache2\cgi-examples \ + $(INSTALL)\Apache2\cgi-bin \ $(INSTALL)\Apache2\conf \ $(INSTALL)\Apache2\error \ $(INSTALL)\Apache2\error\include \ |