2 changed files with 18 additions and 1 deletions
@ -0,0 +1,15 @@
|
||||
Index: Makefile.in
|
||||
--- Makefile.in.orig 2004-08-20 18:42:16 +0200
|
||||
+++ Makefile.in 2004-09-08 11:52:54 +0200
|
||||
@@ -68,8 +68,9 @@
|
||||
install: $(TARGET_LIB) apr-config.out build/apr_rules.out
|
||||
$(APR_MKDIR) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(installbuilddir) \
|
||||
$(DESTDIR)$(libdir)/pkgconfig $(DESTDIR)$(includedir)
|
||||
- $(INSTALL_DATA) $(top_blddir)/include/apr.h $(DESTDIR)$(includedir)
|
||||
- $(INSTALL_DATA) $(top_srcdir)/include/apr_*.h $(DESTDIR)$(includedir)
|
||||
+ for f in $(top_blddir)/include/apr.h $(top_srcdir)/include/apr_*.h; do \
|
||||
+ $(INSTALL_DATA) $${f} $(DESTDIR)$(includedir); \
|
||||
+ done
|
||||
$(LIBTOOL) --mode=install $(INSTALL) -m 755 $(TARGET_LIB) $(DESTDIR)$(libdir)
|
||||
$(INSTALL_DATA) apr.exp $(DESTDIR)$(libdir)/apr.exp
|
||||
$(INSTALL_DATA) apr.pc $(DESTDIR)$(libdir)/pkgconfig/$(APR_PCFILE)
|
||||
Loading…
Reference in new issue