* Makefile.in (distclean): Don't get rid of dvi or info files.
authorKen Raeburn <raeburn@cygnus>
Wed, 3 Nov 1993 23:09:24 +0000 (23:09 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 3 Nov 1993 23:09:24 +0000 (23:09 +0000)
ld/ChangeLog
ld/Makefile.in

index 50c16d37965b337c023cc35423880b060275cd1e..01577c94b1ec15025864fc893f19a69c13942ef3 100644 (file)
@@ -1,3 +1,7 @@
+Wed Nov  3 15:10:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
+
+       * Makefile.in (distclean): Don't delete dvi or info files.
+
 Wed Nov  3 12:07:39 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
 
        * ldlang.c (lang_add_output): Take new arg, FROM_SCRIPT.
index 3eadf7570438cc8e28bbb8aaf35e40308e4bec99..6b58ca3db099cee35be32fb134f740ad12c4376b 100644 (file)
@@ -168,7 +168,7 @@ LIBIBERTY = ../libiberty/libiberty.a
 ALL_EMULATIONS=em_lnk960.o em_sun3.o em_i386aout.o em_go32.o \
        em_m88kbcs.o em_a29k.o em_news.o em_hp300bsd.o em_hp3hpux.o \
        em_h8300.o em_h8300h.o em_ebmon29k.o em_sun4.o em_gld960.o \
-       em_m68kcoff.o em_st2000.o em_sa29200.o \
+       em_m68kcoff.o em_st2000.o em_sa29200.o em_i386mach.o \
        em_vanilla.o em_i386coff.o em_z8ksim.o em_mipslit.o em_i386bsd.o \
        em_mipsbig.o em_mipsbsd.o em_mipsidt.o em_vax.o em_h8500.o \
        em_hppaosf.o em_mipsidtl.o em_sh.o em_elf_i386.o em_alpha.o \
@@ -281,6 +281,9 @@ em_hppaosf.c: $(srcdir)/emulparams/hppaosf.sh \
 em_i386aout.c: $(srcdir)/emulparams/i386aout.sh \
   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} i386aout
+em_i386mach.c: $(srcdir)/emulparams/i386mach.sh \
+  $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
+       ${GENSCRIPTS} i386mach
 em_ebmon29k.c: $(srcdir)/emulparams/ebmon29k.sh \
   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/ebmon29k.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} ebmon29k
@@ -685,9 +688,11 @@ mostlyclean:
        -rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out
 clean: mostlyclean
        -rm -f $(LD_PROG)
-distclean: clean
-       -rm -fr Makefile config.status TAGS sysdep.h ldscripts site.exp
-realclean: distclean
+distclean:
+       -rm -fr Makefile config.status TAGS sysdep.h ldscripts site.exp \
+               $(STAGESTUFF) ld.?? ld.??s ld.toc ld.aux ld.log ldlex.[qp] \
+               $(LD_PROG) ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out
+realclean: clean distclean
        -rm -f $(LDDISTSTUFF)
 
 lintlog:$(SOURCES) Makefile
This page took 0.030487 seconds and 4 git commands to generate.