From 47f273e27090547f4cfd8afbdcc96d170e50f0c2 Mon Sep 17 00:00:00 2001 From: "SUZUKI, Shinsuke" Date: Fri, 13 Oct 2006 12:19:12 +0000 Subject: creates the target directory in "make install" (often necessary when ./configure is executed with --prefix option) Suggested by: Masahide NAKAMURA --- CHANGES | 4 ++++ Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 27b06fa..691770b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2006-10-13 SUZUKI, Shinsuke + * Makefile.in: creates the target directory in "make install" + (suggested by Masahide NAKAMURA) + 2006-10-08 SUZUKI, Shinsuke * dhcp6s.conf.sample: corrected a misleading comment (pointed out by Hajimu UMEMOTO) diff --git a/Makefile.in b/Makefile.in index cc15b49..db7e493 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ # SUCH DAMAGE. # -# $Id: Makefile.in,v 1.10 2006-09-02 08:15:14 suzsuz Exp $ +# $Id: Makefile.in,v 1.11 2006-10-13 12:19:12 suzsuz Exp $ # $KAME: Makefile.in,v 1.45 2005/10/16 16:25:38 suz Exp $ # @@ -94,6 +94,7 @@ $(srcdir)/ianaopts.h: gentab.pl bootp-dhcp-parameters expand bootp-dhcp-parameters | perl gentab.pl > ianaopts.h install:: + -mkdir -p $(sbindir) $(mandir) $(INSTALL_PROGRAM) -s -o bin -g bin $(TARGET) $(sbindir) $(INSTALL_DATA) -o bin -g bin dhcp6c.8 $(mandir)/man8 $(INSTALL_DATA) -o bin -g bin dhcp6s.8 $(mandir)/man8 -- cgit v1.2.3