* Make-mc.in: Don't run "make clean" in samba/ as samba/Makefile

may be missing. Clean using the rule from samba/Makefile.in.
This commit is contained in:
Pavel Roskin 2001-02-08 16:01:20 +00:00
parent c786ce8984
commit 29fd6aca1b
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-02-08 Pavel Roskin <proski@gnu.org>
* Make-mc.in: Don't run "make clean" in samba/ as samba/Makefile
may be missing. Clean using the rule from samba/Makefile.in.
* cpio.c: Eliminate C++ comments.
* fish.c: Likewise.

View File

@ -260,7 +260,7 @@ mostlyclean:
clean: mostlyclean
(cd extfs; $(MAKE) clean)
(cd samba; $(MAKE) clean)
(cd samba; rm -f core */*~ *~ */*.o */*.po */*.po32 */*.so bin/*)
rm -f mcserv *.a
distclean: clean