X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fplatforms%2FMakefile.in;h=79101b07fd9b31bf25e53ab48335bcf81d5953c9;hb=97b6a33ed7fa37e0a0d5f1d9776cb92b8437ee01;hp=046e4f123916bd6ffa3d44296e272e135bdf2cc1;hpb=0cd8f168a03020807cf1f9d60da97e050a180be4;p=bacula%2Fbacula diff --git a/bacula/platforms/Makefile.in b/bacula/platforms/Makefile.in index 046e4f1239..79101b07fd 100644 --- a/bacula/platforms/Makefile.in +++ b/bacula/platforms/Makefile.in @@ -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: