summaryrefslogtreecommitdiff
path: root/www/apache21/files/patch-srclib:apr-util:Makefile.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /www/apache21/files/patch-srclib:apr-util:Makefile.in
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'www/apache21/files/patch-srclib:apr-util:Makefile.in')
-rw-r--r--www/apache21/files/patch-srclib:apr-util:Makefile.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/www/apache21/files/patch-srclib:apr-util:Makefile.in b/www/apache21/files/patch-srclib:apr-util:Makefile.in
deleted file mode 100644
index 652901dae28a..000000000000
--- a/www/apache21/files/patch-srclib:apr-util:Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- srclib/apr-util/Makefile.in.orig Wed Apr 4 12:27:42 2001
-+++ srclib/apr-util/Makefile.in Sun Apr 8 03:34:15 2001
-@@ -22,8 +22,8 @@
-
- prefix=@prefix@
- exec_prefix=@exec_prefix@
--libdir=@libdir@
--includedir=@includedir@
-+libdir=$(prefix)/lib
-+includedir=$(prefix)/include/apache
-
- delete-lib:
- @if test -f $(TARGET_LIB); then \
-@@ -43,7 +43,7 @@
- if [ ! -d $(libdir) ]; then \
- @APR_SOURCE_DIR@/build/mkdir.sh $(libdir); \
- fi; \
-- libtool --mode=install cp $(TARGET_LIB) $(libdir)
-+ ../../libtool --mode=install cp $(TARGET_LIB) $(libdir)
-
- $(TARGET_LIB):
- @objects="`find $(SUBDIRS) -name '*.lo'`" ; \