Tue Sep 12 12:14:33 1995 Ian Lance Taylor <ian@cygnus.com>
+ * Makefile.in (do_maintainer_clean): Rename from do_realclean.
+ (maintainer-clean): Rename from realclean, passing
+ maintainer-clean down to subdirectories, but leave realclean as a
+ synonym.
+
* linker.c (_bfd_generic_link_add_one_symbol): Pass symbol name to
warning callback.
# this makefile. Well, they can, but only via an explicit "make headers";
# the makefile does not regenerate them as needed. So I guess we should not
# remove them in realclean.
-do_realclean: do_distclean
+do_maintainer_clean: do_distclean
mostlyclean: do_mostlyclean
$(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
distclean:
$(MAKE) subdir_do DO=distclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
$(MAKE) do_distclean
-clobber realclean:
- $(MAKE) subdir_do DO=realclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
- $(MAKE) do_realclean
+clobber maintainer-clean realclean:
+ $(MAKE) subdir_do DO=maintainer-clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
+ $(MAKE) do_maintainer_clean
BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/obstack.h
LOCAL_H_DEPS= libbfd.h sysdep.h config.h