* Makefile.in (version.c), main.c (print_gdb_version): Use
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index fdae89e4ce58a46bfdcb27d88ebc1ca0e41a73f2..d8cb06e8194d2f11374962fc021d650d555e331b 100644 (file)
@@ -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.023101 seconds and 4 git commands to generate.