summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/experimental/NWGNUdsk_cach1
-rw-r--r--modules/experimental/NWGNUmem_cach1
-rw-r--r--modules/experimental/NWGNUmod_cach1
-rw-r--r--modules/filters/NWGNUdeflate1
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