aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-10-13 12:19:12 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-10-13 12:19:12 +0000
commit47f273e27090547f4cfd8afbdcc96d170e50f0c2 (patch)
tree6f7b6fb10445ccae19e2a0b25e6b31152002a113
parent5b82c11b0152ea3bdc530a51909c2dde3d64429d (diff)
creates the target directory in "make install" (often necessaryREL_20061016
when ./configure is executed with --prefix option) Suggested by: Masahide NAKAMURA
-rw-r--r--CHANGES4
-rw-r--r--Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 27b06fa..691770b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2006-10-13 SUZUKI, Shinsuke <suz@kame.net>
+ * Makefile.in: creates the target directory in "make install"
+ (suggested by Masahide NAKAMURA)
+
2006-10-08 SUZUKI, Shinsuke <suz@kame.net>
* 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