From: Paul Mackerras Date: Mon, 22 May 2006 00:16:57 +0000 (+0000) Subject: Make MANDIR directory if not present. X-Git-Tag: ppp-2.4.7~119 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=d3a9c53a0407ab52f58524e50fe957d716420542;p=ppp.git Make MANDIR directory if not present. Patch from Robert Vogelgesang. --- diff --git a/chat/Makefile.linux b/chat/Makefile.linux index 1404e0b..1519f29 100644 --- a/chat/Makefile.linux +++ b/chat/Makefile.linux @@ -1,4 +1,4 @@ -# $Id: Makefile.linux,v 1.13 2004/11/03 11:51:47 paulus Exp $ +# $Id: Makefile.linux,v 1.14 2006/05/22 00:16:57 paulus Exp $ DESTDIR = @DESTDIR@ BINDIR = $(DESTDIR)/sbin @@ -24,7 +24,7 @@ chat.o: chat.c $(CC) -c $(CFLAGS) -o chat.o chat.c install: chat - mkdir -p $(BINDIR) + mkdir -p $(BINDIR) $(MANDIR) $(INSTALL) -s -c chat $(BINDIR) $(INSTALL) -c -m 644 chat.8 $(MANDIR)