jerenkrantz 01/12/12 01:08:20
Modified: . Makefile.in
Log:
If bindir doesn't exist, create it.
Revision Changes Path
1.66 +3 -0 apr/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr/Makefile.in,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- Makefile.in 2001/12/12 06:46:45 1.65
+++ Makefile.in 2001/12/12 09:08:20 1.66
@@ -68,6 +68,9 @@
$(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 \