* samba/Makefile.in: Make *clean targets Automake-compatible.

Don't ignore errors from `rm'.
This commit is contained in:
Pavel Roskin 2001-03-15 01:35:07 +00:00
parent d92beac560
commit bafc61e43e
2 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,8 @@
2001-03-14 Pavel Roskin <proski@gnu.org>
* samba/Makefile.in: Make *clean targets Automake-compatible.
Don't ignore errors from `rm'.
* samba/configure.in: Use AC_CHECK_TOOL to find AR.
* samba/Makefile.in: Remove useless rules, including defunct
dependency tracking. Create libsamba.a from the object files.

View File

@ -145,22 +145,22 @@ install:
uninstall:
clean:
-rm -f core */*~ *~ */*.o */*.so bin/*
etags:
etags `find . -name "*.[ch]"`
ctags:
ctags `find . -name "*.[ch]"`
realclean: clean
-rm -f config.log
-rmdir bin
mostlyclean:
rm -f core */*~ *~ */*.o config.log
distclean: realclean
-rm -f include/config.h include/stamp-h Makefile
-rm -f config.status config.cache so_locations
clean: mostlyclean
rm -f *.a
distclean: clean
rm -f config.log
rm -f include/config.h include/stamp-h Makefile
rm -f config.status config.cache so_locations
#
# This target is for documenation updators. It regenerates