mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
"make uninstall" removes the symlinks bin/mcedit and bin/mcview.
This commit is contained in:
parent
03976121d9
commit
226177cf11
@ -1,3 +1,7 @@
|
|||||||
|
2004-08-18 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
|
* "make uninstall" removes the symlinks bin/mcedit and bin/mcview.
|
||||||
|
|
||||||
2004-08-17 Roland Illig <roland.illig@gmx.de>
|
2004-08-17 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
* configure.ac: The GCC warning flags are only used in
|
* configure.ac: The GCC warning flags are only used in
|
||||||
|
@ -83,3 +83,9 @@ install_mcview:
|
|||||||
|
|
||||||
install_mcedit:
|
install_mcedit:
|
||||||
cd $(DESTDIR)$(bindir)/$(binprefix) && rm -f mcedit && $(LN_S) mc mcedit
|
cd $(DESTDIR)$(bindir)/$(binprefix) && rm -f mcedit && $(LN_S) mc mcedit
|
||||||
|
|
||||||
|
uninstall-hook:
|
||||||
|
rm -f $(DESTDIR)$(bindir)/$(binprefix)/mcview
|
||||||
|
if USE_EDIT
|
||||||
|
rm -f $(DESTDIR)$(bindir)/$(binprefix)/mcedit
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user