From faf83cb71280f47ce29baf641bfccaabe574f547 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 8 Oct 2003 13:12:52 +0000 Subject: [PATCH] (DB_DIR): Renamed from CHISE_DB_DIR. --- Makefile.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 46564f5..1f29bcd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,14 +24,12 @@ libexecdir = @libexecdir@ INCLUDE_INSTALLDIR = ${prefix}/include LIB_INSTALLDIR = ${libdir} +DB_DIR = ${libexecdir}/chise/0.1/ VERSION = @PACKAGE_VERSION@ - ABI_VERSION = 1:0:0 -CHISE_DB_DIR = ${libexecdir}/chise/0.1/ - HEADERS = chise.h chise-name.h OBJS = chise.lo name.lo @@ -45,8 +43,7 @@ libchise.la: $(OBJS) -rpath ${libdir} -version-info $(ABI_VERSION) chise.lo: chise.c chise.h config.h sysdep.h - $(LIBTOOL) $(CC) -DCHISE_DB_DIR=\"${CHISE_DB_DIR}\" \ - $(CFLAGS) chise.c + $(LIBTOOL) $(CC) -DCHISE_DB_DIR=\"${DB_DIR}\" $(CFLAGS) chise.c name.lo: name.c chise-name.h $(LIBTOOL) $(CC) $(CFLAGS) name.c -- 1.7.10.4