*** empty log message ***
[rsync/rsync.git] / Makefile.in
index aecfd83..ce49f97 100644 (file)
@@ -30,7 +30,9 @@ OBJS=$(OBJS1) flist.o io.o compat.o hlink.o token.o uidlist.o $(LIBOBJ)
 all: rsync
 
 install: all
+       -mkdir -p ${INSTALL_BIN}
        ${INSTALLCMD} -m 755 rsync ${INSTALL_BIN}
+       -mkdir -p ${INSTALL_MAN}/man1
        ${INSTALLCMD} -m 644 $(srcdir)/rsync.1 ${INSTALL_MAN}/man1
 
 rsync: $(OBJS)