summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2011-06-28 23:13:54 +0000
committerRainer Jung <rjung@apache.org>2011-06-28 23:13:54 +0000
commit4bdcb75032532af60f09abffa7c323676c9bf803 (patch)
tree61e8bb08443307d42e1ecea444ddda5bb52071c5 /Makefile.in
parent018462f12d85c75f10b4bc650e3b26b8a0b36b15 (diff)
downloadapr-4bdcb75032532af60f09abffa7c323676c9bf803.tar.gz
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)