From: Marco van Wieringen Date: Tue, 21 Jun 2011 11:10:16 +0000 (+0200) Subject: Solaris make doesn't like comments in make rules. X-Git-Tag: Release-7.0.0~892 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3b95f89058f363cbd04afd9dc7222409ea938170;p=bacula%2Fbacula 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. --- 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