From c77f986c7bfc5a44d9d1254512a0fb3e24b88141 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 24 Jun 2005 08:31:42 +0000 Subject: [PATCH] (CHISE_CFLAGS): Add new macro `CHISE_DB_FORMAT_VERSION'. (distclean): Delete autom4te.cache, autoscan.log, configure.scan and libtool. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 32e4656..914e78b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,6 +45,7 @@ CHISE_DB_DIR = ${CHISE_DIR} CHISE_SI_DB_DIR = ${CHISE_DB_DIR}/db CHISE_CFLAGS = \ + -DCHISE_DB_FORMAT_VERSION=\"${CHISE_DIR_VERSION}/\" \ -DCHISE_DB_DIR=\"${CHISE_DB_DIR}/\" \ -DCHISE_SI_DB_DIR=\"${CHISE_SI_DB_DIR}/\" @@ -85,7 +86,7 @@ clean: distclean: clean -$(RM) Makefile config.h config.status config.log - + -$(RM) -r autom4te.cache autoscan.log configure.scan libtool tar: cvs commit -- 1.7.10.4