* Make-mc.in: Undo previous fix. Don't run "make clean" in

samba/ if samba/Makefile is missing.
This commit is contained in:
Pavel Roskin 2001-02-08 16:35:13 +00:00
parent 29fd6aca1b
commit 33e22a4ccb
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-02-08 Pavel Roskin <proski@gnu.org>
* Make-mc.in: Undo previous fix. Don't run "make clean" in
samba/ if samba/Makefile is missing.
* Make-mc.in: Don't run "make clean" in samba/ as samba/Makefile
may be missing. Clean using the rule from samba/Makefile.in.

View File

@ -260,7 +260,9 @@ mostlyclean:
clean: mostlyclean
(cd extfs; $(MAKE) clean)
(cd samba; rm -f core */*~ *~ */*.o */*.po */*.po32 */*.so bin/*)
if test -f samba/Makefile; then \
(cd samba; make clean); \
else :; fi
rm -f mcserv *.a
distclean: clean