* config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c:
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 35faffd155f8253ceeb0977dcc100577f9eaf5e8..763f32f51626a24e6ee9002c0d82d99deba84132 100644 (file)
@@ -51,9 +51,6 @@ AR = ar
 AR_FLAGS = qv
 RANLIB = ranlib
 
-M_INSTALL=@:
-M_UNINSTALL=@:
-
 # Flags that describe where you can find the termcap library.
 # This can be overridden in the host Makefile fragment file.
 TERMCAP = -ltermcap
@@ -729,7 +726,7 @@ distclean: clean
 
 realclean: clean
        @$(MAKE) $(FLAGS_TO_PASS) DO=realclean "DODIRS=$(SUBDIRS)" subdir_do
-       rm -f c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS
+       rm -f c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS $(INFOFILES)
        rm -f nm.h tm.h xm.h config.status
        rm -f y.output yacc.acts yacc.tmp
        rm -f Makefile
@@ -775,8 +772,8 @@ copying.c: COPYING copying.awk
 
 version.c: Makefile
        echo 'char *version = "$(VERSION)";' >version.c
-       echo 'char *host_canonical = "$(host_canonical)";' >> version.c
-       echo 'char *target_canonical = "$(target_canonical)";' >> version.c
+       echo 'char *host_name = "$(host_alias)";' >> version.c
+       echo 'char *target_name = "$(target_alias)";' >> version.c
 
 # c-exp.tab.c is generated in objdir from c-exp.y if it doesn't exist
 # in srcdir, then compiled in objdir to c-exp.tab.o.
@@ -963,7 +960,7 @@ ALLPARAM = config/a29k/nm-ultra3.h config/a29k/tm-a29k.h \
        config/m88k/xm-delta88.h config/m88k/xm-delta88v4.h \
        config/m88k/xm-dgux.h config/m88k/xm-m88k.h \
        config/mips/nm-irix3.h \
-       config/mips/nm-irix4.h config/mips/irix5.h \
+       config/mips/nm-irix4.h config/mips/nm-irix5.h \
        config/mips/nm-mips.h config/mips/nm-riscos.h \
        config/mips/nm-news-mips.h config/mips/tm-bigmips.h \
        config/mips/tm-idt.h config/mips/tm-idtl.h \
This page took 0.024195 seconds and 4 git commands to generate.