1
1

"make uninstall" removes the symlinks bin/mcedit and bin/mcview.

Этот коммит содержится в:
Roland Illig 2004-08-18 20:22:59 +00:00
родитель 03976121d9
Коммит 226177cf11
2 изменённых файлов: 10 добавлений и 0 удалений

@ -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>
* configure.ac: The GCC warning flags are only used in

@ -83,3 +83,9 @@ install_mcview:
install_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