From 2f93a3e583f8f03cfa6fb3191a712e9b3b724030 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Mon, 22 Dec 2003 15:14:39 +0000 Subject: [PATCH] $(RMF) mysql postgresql sqlite => $(RMF) mysql sqlite We have no postgresql. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@930 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/cats/Makefile.in b/bacula/src/cats/Makefile.in index d35c67b01e..9bb444842e 100644 --- a/bacula/src/cats/Makefile.in +++ b/bacula/src/cats/Makefile.in @@ -79,7 +79,7 @@ realclean: clean $(RMF) create_sqlite_database update_sqlite_tables make_sqlite_tables $(RMF) grant_sqlite_privileges drop_sqlite_tables drop_sqlite_database - $(RMF) mysql postgresql sqlite + $(RMF) mysql sqlite $(RMF) make_catalog_backup delete_catalog_backup distclean: realclean -- 2.39.5