]> git.sur5r.net Git - bacula/bacula/commitdiff
Solaris make doesn't like comments in make rules.
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 21 Jun 2011 11:10:16 +0000 (13:10 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:02 +0000 (14:49 +0200)
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

index fe5d9af078224f6d46d790bb80964dd92f4ee5cf..a4138eab703638294038574b203a4e8b0e59aa95 100644 (file)
@@ -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