diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-18 04:09:27 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-18 04:09:27 +0100 |
commit | bab978c56e7dce2343bed85b9aac98cee8b856e8 (patch) | |
tree | b03a7bdcbb9299641f0fc6d341b1344a6da42125 /modules/cache | |
parent | Update transforms (diff) | |
download | apache2-bab978c56e7dce2343bed85b9aac98cee8b856e8.tar.xz apache2-bab978c56e7dce2343bed85b9aac98cee8b856e8.zip |
Use var for prelude so its possible to change it at one place.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cache')
-rw-r--r-- | modules/cache/NWGNUcach_dsk | 2 | ||||
-rw-r--r-- | modules/cache/NWGNUmod_cach | 2 | ||||
-rw-r--r-- | modules/cache/NWGNUsocachdbm | 2 | ||||
-rw-r--r-- | modules/cache/NWGNUsocachmem | 2 | ||||
-rw-r--r-- | modules/cache/NWGNUsocachshmcb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/cache/NWGNUcach_dsk b/modules/cache/NWGNUcach_dsk index 2c76d81c8f..be925da171 100644 --- a/modules/cache/NWGNUcach_dsk +++ b/modules/cache/NWGNUcach_dsk @@ -182,7 +182,7 @@ FILES_nlm_objs = \ # These will be added as a library command in the link.opt file. # FILES_nlm_libs = \ - libcpre.o \ + $(PRELUDE) \ $(EOLIST) # diff --git a/modules/cache/NWGNUmod_cach b/modules/cache/NWGNUmod_cach index a56f64f5e5..b17b6b69b3 100644 --- a/modules/cache/NWGNUmod_cach +++ b/modules/cache/NWGNUmod_cach @@ -185,7 +185,7 @@ FILES_nlm_objs = \ # These will be added as a library command in the link.opt file. # FILES_nlm_libs = \ - libcpre.o \ + $(PRELUDE) \ $(EOLIST) # diff --git a/modules/cache/NWGNUsocachdbm b/modules/cache/NWGNUsocachdbm index 2bbcf8abb6..dc06af7df9 100644 --- a/modules/cache/NWGNUsocachdbm +++ b/modules/cache/NWGNUsocachdbm @@ -182,7 +182,7 @@ FILES_nlm_objs = \ # These will be added as a library command in the link.opt file. # FILES_nlm_libs = \ - libcpre.o \ + $(PRELUDE) \ $(EOLIST) # diff --git a/modules/cache/NWGNUsocachmem b/modules/cache/NWGNUsocachmem index abccb296b3..d8d10d8a34 100644 --- a/modules/cache/NWGNUsocachmem +++ b/modules/cache/NWGNUsocachmem @@ -182,7 +182,7 @@ FILES_nlm_objs = \ # These will be added as a library command in the link.opt file. # FILES_nlm_libs = \ - libcpre.o \ + $(PRELUDE) \ $(EOLIST) # diff --git a/modules/cache/NWGNUsocachshmcb b/modules/cache/NWGNUsocachshmcb index 180ef52c8a..8f11c4b648 100644 --- a/modules/cache/NWGNUsocachshmcb +++ b/modules/cache/NWGNUsocachshmcb @@ -182,7 +182,7 @@ FILES_nlm_objs = \ # These will be added as a library command in the link.opt file. # FILES_nlm_libs = \ - libcpre.o \ + $(PRELUDE) \ $(EOLIST) # |