]> granicus.if.org Git - apache/commitdiff
Fixing up some copy commands in the NetWare make files during the install
authorBradley Nicholes <bnicholes@apache.org>
Fri, 21 Jun 2002 18:57:24 +0000 (18:57 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 21 Jun 2002 18:57:24 +0000 (18:57 +0000)
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

modules/experimental/NWGNUdsk_cach
modules/experimental/NWGNUmem_cach
modules/experimental/NWGNUmod_cach
modules/filters/NWGNUdeflate

index 4e4c9fc022ba009e2cfc7bc22727110e10d08a8c..c63a5f9f75baa4a3092c14893211b5fde777e695 100644 (file)
@@ -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
index 0697008ea5a7ef265f860e9576109ce8adeb237f..946a3f356c1c5909b0eb605c17d76c1fe1350ab9 100644 (file)
@@ -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
index 7be4d0bb10b9f2f37275b71d05041d74c8bcab95..1127a6f349011d8c3b1e4fe973027b5540904402 100644 (file)
@@ -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
index 9a4671a144406212231410affee20e6098471978..a41a76de26708a69e1a0636c1a68a58478662aff 100644 (file)
@@ -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