From 4bdcb75032532af60f09abffa7c323676c9bf803 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 28 Jun 2011 23:13:54 +0000 Subject: There exist no dynamically created apr_*.h header files right now. Trying to install "apr_*.h" from the build directory actually removes all files matching "apr_*.h" (which are the headers already installed from the source directory). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1140897 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index afac20873..4042d9ff6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -98,7 +98,7 @@ install: install-modules $(TARGETS) for f in $(top_srcdir)/include/apr_*.h $(top_srcdir)/include/apu_*.h; do \ $(INSTALL_DATA) $${f} $(DESTDIR)$(includedir); \ done - for f in $(top_blddir)/include/apr_*.h $(top_blddir)/include/apu_*.h; do \ + for f in $(top_blddir)/include/apu_*.h; do \ $(INSTALL_DATA) $${f} $(DESTDIR)$(includedir); \ done $(LIBTOOL) --mode=install $(INSTALL) -m 755 $(TARGET_LIB) $(DESTDIR)$(libdir) -- cgit v1.2.1