From 98d2e30a15ee93625811c13ae9e3a7778313b7a7 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 1 Aug 2002 03:09:17 +0000 Subject: [PATCH] r2263: Autocommit for make-debian --- Makefile | 4 ++-- debian/make-debian.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4b46baa..ba054bd 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.21 2002/08/01 03:08:19 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.22 2002/08/01 03:09:17 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -21,7 +21,7 @@ DOCSUBDIRS:=doc include Makefile.common -LIBSUBDIRS=interfaces/mysql interfaces/clsql-uffi +LIBSUBDIRS=clsql-mysql clsql-uffi .PHONY: subdirs $(LIBSUBDIRS) .PHONY: all diff --git a/debian/make-debian.sh b/debian/make-debian.sh index e61863f..ae08963 100755 --- a/debian/make-debian.sh +++ b/debian/make-debian.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -bdeb.sh -Sclsql -Dcl-sql -c -Hdebian/cvsbp-prepare.sh +bdeb.sh -Sclsql -Dcl-sql -bc -Hdebian/cvsbp-prepare.sh exit 0 -- 2.34.1