aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-11-05 00:03:03 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commit425e93b34208dff385b7269050ec0439a25e6ffb (patch)
tree87ab960a3084019e53f2cc70cfea9e2f169273b1
parentacd9381ff5713fc4434b998593b4b6eac094e9ea (diff)
fixed a compilation error on SuSE and Debian Linux. (patch submitted by Masahide NAKAMURA)
-rw-r--r--CHANGES4
-rw-r--r--Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3cc8f20..3fb6eed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2006-11-05 SUZUKI, Shinsuke <suz@kame.net>
+ * Makefile.in: fixed a compilation error on SuSE and Debian Linux.
+ (patch submitted by Masahide NAKAMURA)
+
--- 20061016 tar ball released ---
2006-10-13 SUZUKI, Shinsuke <suz@kame.net>
* Makefile.in: creates the target directory in "make install"
diff --git a/Makefile.in b/Makefile.in
index db7e493..f355163 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,7 +25,7 @@
# SUCH DAMAGE.
#
-# $Id: Makefile.in,v 1.11 2006-10-13 12:19:12 suzsuz Exp $
+# $Id: Makefile.in,v 1.12 2006-11-05 00:03:03 suzsuz Exp $
# $KAME: Makefile.in,v 1.45 2005/10/16 16:25:38 suz Exp $
#
@@ -38,7 +38,7 @@ CFLAGS= @CFLAGS@ @DEFS@ -DSYSCONFDIR=\"${sysconfdir}\" \
-DLOCALDBDIR=\"${localdbdir}\"
LDFLAGS=@LDFLAGS@
LIBOBJS=@LIBOBJS@
-LIBS= @LIBS@ -ly -ll
+LIBS= @LIBS@ @LEXLIB@
CC= @CC@
TARGET= dhcp6c dhcp6s dhcp6relay dhcp6ctl