summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-05-22 00:16:57 +0000
committerPaul Mackerras <paulus@samba.org>2006-05-22 00:16:57 +0000
commitd3a9c53a0407ab52f58524e50fe957d716420542 (patch)
treed6e4b4203881358c34503ac75ef1265c345ab179 /chat
parent9596fe66415eb97e70cbbafc08c2af387aea062b (diff)
downloadppp-d3a9c53a0407ab52f58524e50fe957d716420542.tar.gz
Make MANDIR directory if not present.
Patch from Robert Vogelgesang.
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile.linux4
1 files changed, 2 insertions, 2 deletions
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)