From 4a079b9ea9e8f011577b462bc2cb3bc1dbb7dc42 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Tue, 21 Jun 2011 13:10:16 +0200 Subject: [PATCH] Solaris make doesn't like comments in make rules. As the cleanup uses rm -f for the time being we can leave these rules in as they won't harm the deinstall. --- bacula/src/cats/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/cats/Makefile.in b/bacula/src/cats/Makefile.in index fe5d9af078..a4138eab70 100644 --- a/bacula/src/cats/Makefile.in +++ b/bacula/src/cats/Makefile.in @@ -192,8 +192,8 @@ realclean: clean $(RMF) create_postgresql_database update_postgresql_tables make_postgresql_tables $(RMF) grant_postgresql_privileges drop_postgresql_tables drop_postgresql_database -# $(RMF) create_ingres_database update_ingres_tables make_ingres_tables -# $(RMF) grant_ingres_privileges drop_ingres_tables drop_ingres_database + $(RMF) create_ingres_database update_ingres_tables make_ingres_tables + $(RMF) grant_ingres_privileges drop_ingres_tables drop_ingres_database $(RMF) create_sqlite_database update_sqlite_tables make_sqlite_tables $(RMF) grant_sqlite_privileges drop_sqlite_tables drop_sqlite_database -- 2.39.5