* Makefile.in: Don't set M_INSTALL and M_UNINSTALL. These variables
are not used anywhere (a 5 Oct 1993 change removed the uses).
This commit is contained in:
parent
895efe6b57
commit
7a78db151e
|
@ -1,5 +1,8 @@
|
||||||
Sat Jan 29 07:44:59 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
|
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/monitor.mt (TDEPFILE): Add remote-es.o.
|
||||||
* config/m68k/es1800.mt: Add comment.
|
* config/m68k/es1800.mt: Add comment.
|
||||||
* remote-es.c: Comment out entire file until it can be fixed.
|
* remote-es.c: Comment out entire file until it can be fixed.
|
||||||
|
|
|
@ -51,9 +51,6 @@ AR = ar
|
||||||
AR_FLAGS = qv
|
AR_FLAGS = qv
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
|
|
||||||
M_INSTALL=@:
|
|
||||||
M_UNINSTALL=@:
|
|
||||||
|
|
||||||
# Flags that describe where you can find the termcap library.
|
# Flags that describe where you can find the termcap library.
|
||||||
# This can be overridden in the host Makefile fragment file.
|
# This can be overridden in the host Makefile fragment file.
|
||||||
TERMCAP = -ltermcap
|
TERMCAP = -ltermcap
|
||||||
|
|
Loading…
Reference in New Issue