summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-srclib:apr-util:Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache22/files/patch-srclib:apr-util:Makefile.in')
-rw-r--r--www/apache22/files/patch-srclib:apr-util:Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/apache22/files/patch-srclib:apr-util:Makefile.in b/www/apache22/files/patch-srclib:apr-util:Makefile.in
index 76805db43fcc..d0e295d2c6df 100644
--- a/www/apache22/files/patch-srclib:apr-util:Makefile.in
+++ b/www/apache22/files/patch-srclib:apr-util:Makefile.in
@@ -1,14 +1,15 @@
---- srclib/apr-util/Makefile.in.orig Wed Nov 17 02:12:20 2004
-+++ srclib/apr-util/Makefile.in Sat Dec 11 18:20:07 2004
-@@ -55,11 +55,10 @@
+--- srclib/apr-util/Makefile.in.orig Sun Nov 28 19:59:35 2004
++++ srclib/apr-util/Makefile.in Wed Feb 23 11:26:13 2005
+@@ -54,12 +54,11 @@
sed 's,^\(location=\).*$$,\1installed,' < $(APU_CONFIG) > $@
install: $(TARGET_LIB) apu-config.out
- $(APR_MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig \
+ $(APR_MKDIR) $(DESTDIR)$(includedir) \
$(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
- $(INSTALL_DATA) $(top_srcdir)/include/*.h $(DESTDIR)$(includedir)
- $(INSTALL_DATA) $(top_blddir)/include/*.h $(DESTDIR)$(includedir)
+ for f in $(top_srcdir)/include/*.h $(top_blddir)/include/*.h; do \
+ $(INSTALL_DATA) $${f} $(DESTDIR)$(includedir); \
+ done
- $(INSTALL_DATA) apr-util.pc $(DESTDIR)$(libdir)/pkgconfig/$(APRUTIL_PCFILE)
list='$(INSTALL_SUBDIRS)'; for i in $$list; do \
( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \