new M_UNINSTALL macro

This commit is contained in:
K. Richard Pixley 1993-06-23 22:06:58 +00:00
parent a561909f11
commit c2df19bdb1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Jun 23 15:04:54 1993 K. Richard Pixley (rich@sendai.cygnus.com)
* config/ns32k/merlin.mh (M_UNINSTALL): new macro to undo what
M_INSTALL does.
Wed Jun 23 00:25:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* config/ns32k/{merlin.mh,xm-merlin.h}: Be consistent about name.

View File

@ -5,3 +5,4 @@ XM_FILE= xm-merlin.h
# FIXME: This should use $prefix, but only if SHELL_FILE does too.
M_INSTALL=cp /bin/sh /usr/local/lib/gdb-sh; \
chmod ogu+rw /usr/local/lib/gdb-sh
M_UNINSTALL = rm -f /usr/local/lib/gdb-sh