new M_UNINSTALL macro
This commit is contained in:
parent
a561909f11
commit
c2df19bdb1
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user