X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2FMakefile.in;h=c970d9128253f3f6c0c9959e5df136cb117a0336;hb=19b1507a7cb05f358098e87dd032d4f5a4d6dc7a;hp=cd7434b66c22e832f210ea871214218657f27225;hpb=12356547b4eeccce47ae930a536d5b0079da9634;p=bacula%2Fbacula diff --git a/bacula/Makefile.in b/bacula/Makefile.in index cd7434b66c..c970d91282 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -194,11 +194,11 @@ Makefiles: chmod 755 grant_bacula_privileges drop_bacula_tables drop_bacula_database; \ chmod 755 make_catalog_backup delete_catalog_backup) - (cd src/cats; \ - for db_type in @DB_BACKENDS@; do \ - chmod 755 create_$$db_type_database update_$$db_type_tables make_$$db_type_tables; \ - chmod 755 grant_$$db_type_privileges drop_$$db_type_tables drop_$$db_type_database; \ - done) + @for I in @DB_BACKENDS@ ; do \ + (cd src/cats; \ + chmod 755 create_$${I}_database update_$${I}_tables make_$${I}_tables; \ + chmod 755 grant_$${I}_privileges drop_$${I}_tables drop_$${I}_database); \ + done (cd src/qt-console; \ chmod 755 install_conf_file build-depkgs-qt-console)