Thu Sep 7 10:48:26 1995 Ian Lance Taylor <ian@cygnus.com>
+ * Makefile.in (distclean): Remove config.h and stamp-h.
+
* configure.host (sparc-*-sunos64*): Remove.
* ldlang.c (lang_map): Check BFD64, not HOST_64_BIT.
diststuff: $(LDDISTSTUFF)
mostlyclean:
- -rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp]
+ -rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp] config.log
-rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out cdtest.tmp
-rm -f cdtest-ur cdtest-ur.out cdtest-ur.tmp
-rm -f $(GENERATED_CFILES) $(GENERATED_HFILES)
clean: mostlyclean
-rm -f $(LD_PROG) configdoc.texi
distclean: clean
- -rm -rf Makefile config.status TAGS ldscripts site.exp site.bak
+ -rm -f Makefile config.status TAGS site.exp site.bak config.cache
+ -rm -f config.h stamp-h
+ -rm -rf ldscripts
realclean: clean distclean
-rm -f $(LDDISTSTUFF)