* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index fdae89e4ce58a46bfdcb27d88ebc1ca0e41a73f2..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
@@ -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.
This page took 0.023167 seconds and 4 git commands to generate.