]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/redhat/Makefile.in
Fix bat package dependencies.
[bacula/bacula] / bacula / platforms / redhat / Makefile.in
index aa8b9f0d93c349eddcec6a6af84cefbb85ac50cb..09c37f7c702c0c2d1a5072e2e7b0fb1cf6e619e3 100644 (file)
@@ -8,7 +8,7 @@
 #
 
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = "@INSTALL_PROGRAM@ -m 754"
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 754
 
 nothing:
 
@@ -17,7 +17,7 @@ install: install-autostart
 install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir
 
 install_logrotate:
-       @$(INSTALL_PROGRAM) ../../scripts/logrotate $(DESTDIR)/etc/logrotate.d/bacula
+       @$(INSTALL_PROGRAM) ../../scripts/logrotate $(DESTDIR)/etc/logrotate.d/bacula
        
 install-autostart-fd:
        @if test x$(DESTDIR) = x -a  -f /etc/rc.d/init.d/bacula-fd; then \
@@ -84,9 +84,7 @@ clean:
 distclean: clean
        @rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec
        @rm -f bacula-sd bacula-fd bacula-dir
-       @rm -rf CVS
 
 devclean: clean
        @rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec
        @rm -f bacula-sd bacula-fd bacula-dir
-