From 7a78db151e4ca4adf7b59202eba2be99be951c0a Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sat, 29 Jan 1994 17:17:28 +0000 Subject: [PATCH] * Makefile.in: Don't set M_INSTALL and M_UNINSTALL. These variables are not used anywhere (a 5 Oct 1993 change removed the uses). --- gdb/ChangeLog | 3 +++ gdb/Makefile.in | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f5b375c..20c55cd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Sat Jan 29 07:44:59 1994 Jim Kingdon (kingdon@deneb.cygnus.com) + * Makefile.in: Don't set M_INSTALL and M_UNINSTALL. These variables + are not used anywhere (a 5 Oct 1993 change removed the uses). + * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o. * config/m68k/es1800.mt: Add comment. * remote-es.c: Comment out entire file until it can be fixed. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index d8cb06e..763f32f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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 -- 2.7.4