From: Dan Langille Date: Mon, 22 Dec 2003 15:14:39 +0000 (+0000) Subject: $(RMF) mysql postgresql sqlite => $(RMF) mysql sqlite X-Git-Tag: Release-7.0.0~9803 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f93a3e583f8f03cfa6fb3191a712e9b3b724030;p=bacula%2Fbacula $(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 --- 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