diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-06-21 20:57:24 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-06-21 20:57:24 +0200 |
commit | 7dfce435860344747a9cb8f7a75f7a7c165189cb (patch) | |
tree | b7db6926fa44f8f6cbb47ce8e540f57fc2538f72 /modules | |
parent | Add a timeout option to wintty. This allows the user to specify a number (diff) | |
download | apache2-7dfce435860344747a9cb8f7a75f7a7c165189cb.tar.xz apache2-7dfce435860344747a9cb8f7a75f7a7c165189cb.zip |
Fixing up some copy commands in the NetWare make files during the install
phase of the build.
Submitted by: Guenter Knauf [eflash@gmx.net]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95837 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r-- | modules/experimental/NWGNUdsk_cach | 1 | ||||
-rw-r--r-- | modules/experimental/NWGNUmem_cach | 1 | ||||
-rw-r--r-- | modules/experimental/NWGNUmod_cach | 1 | ||||
-rw-r--r-- | modules/filters/NWGNUdeflate | 1 |
4 files changed, 1 insertions, 3 deletions
diff --git a/modules/experimental/NWGNUdsk_cach b/modules/experimental/NWGNUdsk_cach index 4e4c9fc022..c63a5f9f75 100644 --- a/modules/experimental/NWGNUdsk_cach +++ b/modules/experimental/NWGNUdsk_cach @@ -250,7 +250,6 @@ nlms :: libs $(TARGET_nlm) # correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples) # install :: nlms FORCE - copy $(OBJDIR)\mod_dav.nlm $(INSTALL)\Apache2\modules\*.* # # Any specialized rules here diff --git a/modules/experimental/NWGNUmem_cach b/modules/experimental/NWGNUmem_cach index 0697008ea5..946a3f356c 100644 --- a/modules/experimental/NWGNUmem_cach +++ b/modules/experimental/NWGNUmem_cach @@ -254,7 +254,6 @@ nlms :: libs $(TARGET_nlm) # correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples) # install :: nlms FORCE - copy $(OBJDIR)\mem_cach.nlm $(INSTALL)\Apache2\modules\*.* # # Any specialized rules here diff --git a/modules/experimental/NWGNUmod_cach b/modules/experimental/NWGNUmod_cach index 7be4d0bb10..1127a6f349 100644 --- a/modules/experimental/NWGNUmod_cach +++ b/modules/experimental/NWGNUmod_cach @@ -254,7 +254,6 @@ nlms :: libs $(TARGET_nlm) # correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples) # install :: nlms FORCE - copy $(OBJDIR)\mod_dav.nlm $(INSTALL)\Apache2\modules\*.* # # Any specialized rules here diff --git a/modules/filters/NWGNUdeflate b/modules/filters/NWGNUdeflate index 9a4671a144..a41a76de26 100644 --- a/modules/filters/NWGNUdeflate +++ b/modules/filters/NWGNUdeflate @@ -259,6 +259,7 @@ nlms :: libs $(TARGET_nlm) # correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples) # install :: nlms FORCE + copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\modules\*.* # # Any specialized rules here |