* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 488e79c5688225f6839c74a0bf87ea799e7e7022..d8cb06e8194d2f11374962fc021d650d555e331b 100644 (file)
@@ -729,7 +729,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 +775,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.
This page took 0.02391 seconds and 4 git commands to generate.