]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/Makefile.in
Fix #1648 about make_catalog_backup.pl with multiple catalog
[bacula/bacula] / bacula / platforms / Makefile.in
index 046e4f123916bd6ffa3d44296e272e135bdf2cc1..79101b07fd9b31bf25e53ab48335bcf81d5953c9 100644 (file)
@@ -11,8 +11,8 @@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL = @INSTALL@
 
-SUBDIRS = freebsd redhat solaris unknown openbsd irix gentoo \
-         darwin aix bsdi mandrake slackware alpha
+SUBDIRS = freebsd redhat solaris unknown openbsd osx irix gentoo \
+         debian darwin aix bsdi mandrake slackware alpha ubuntu
 
 MAKE = make
 
@@ -87,16 +87,14 @@ clean:
                    (cd $${subdir}; $(MAKE) clean) \
            fi; \
        done
-       rm -f 1 2 3
+       @rm -f 1 2 3
 
 distclean:
        @rm -f Makefile
-       @rm -rf CVS
        @for subdir in ${SUBDIRS}; do \
            if [ -f $${subdir}/Makefile ]; then \
                     (cd $${subdir}; $(MAKE) distclean) \
            fi; \
-           (cd $${subdir}; rm -rf CVS) \
        done
 
 devclean: