X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fplatforms%2Fredhat%2FMakefile.in;h=09c37f7c702c0c2d1a5072e2e7b0fb1cf6e619e3;hb=e0b608be01c37b3ef12faedf99ee19c2fa1dbd6c;hp=9e329a747193f9bda5929d9ff48ed71ae87963f7;hpb=daa1604b7ce33652ec583dcd2efc69d31a837cd9;p=bacula%2Fbacula diff --git a/bacula/platforms/redhat/Makefile.in b/bacula/platforms/redhat/Makefile.in index 9e329a7471..09c37f7c70 100644 --- a/bacula/platforms/redhat/Makefile.in +++ b/bacula/platforms/redhat/Makefile.in @@ -8,16 +8,16 @@ # INSTALL = @INSTALL@ -INSTALL_PROGRAM = "@INSTALL_PROGRAM@ -m 754" +INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 754 nothing: install: install-autostart -install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir install-logrotate +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 \ @@ -54,7 +54,7 @@ install-autostart-dir: uninstall: uninstall-autostart -uninstall-autostart: uninstall-autostart-fd uninstall-autostart-sd uninstall-autostart-dir uninstall-logrotate +uninstall-autostart: uninstall-autostart-fd uninstall-autostart-sd uninstall-autostart-dir uninstall-logrotate: @rm -f $(DESTDIR)/etc/logrotate.d/bacula @@ -84,4 +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