From: Bradley Nicholes Date: Fri, 21 Jun 2002 18:57:24 +0000 (+0000) Subject: Fixing up some copy commands in the NetWare make files during the install X-Git-Tag: 2.0.40~419 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dfce435860344747a9cb8f7a75f7a7c165189cb;p=apache 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 --- 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