summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 4ec8ef151..9b4fda004 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -68,6 +68,9 @@ install: $(TARGET_LIB)
$(LIBTOOL) --mode=install cp $(TARGET_LIB) $(libdir)
$(LIBTOOL) --mode=install cp APRVARS $(libdir)
$(LIBTOOL) --mode=install cp apr.exp $(libdir)
+ if [ ! -d $(bindir) ]; then \
+ $(top_srcdir)/build/mkdir.sh $(bindir); \
+ fi;
$(LIBTOOL) --mode=install cp apr-config $(bindir)
chmod 755 $(bindir)/apr-config
@if [ $(INSTALL_SUBDIRS) != "none" ]; then \