From: Kern Sibbald Date: Sun, 11 Jul 2010 13:06:17 +0000 (+0200) Subject: Tweak remove bdb from cats Makefile.in X-Git-Tag: Release-5.2.1~1215 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09746e53f1b98903e7a7c03dc300151b24565c72;p=bacula%2Fbacula Tweak remove bdb from cats Makefile.in --- diff --git a/bacula/src/cats/Makefile.in b/bacula/src/cats/Makefile.in index e4c86a9367..13d4f9437b 100644 --- a/bacula/src/cats/Makefile.in +++ b/bacula/src/cats/Makefile.in @@ -87,9 +87,6 @@ realclean: clean $(RMF) create_bacula_database update_bacula_tables make_bacula_tables $(RMF) grant_bacula_privileges drop_bacula_tables drop_bacula_database - $(RMF) create_bdb_database update_bdb_tables make_bdb_tables - $(RMF) grant_bdb_privileges drop_bdb_tables drop_bdb_database - $(RMF) create_mysql_database update_mysql_tables make_mysql_tables $(RMF) grant_mysql_privileges drop_mysql_tables drop_mysql_database