From: H.G. Muller Date: Tue, 28 Feb 2012 20:09:18 +0000 (+0100) Subject: Fix suspected bug in Makefile X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=23f6529fd69c3c9152911e545428d0aa325e0d4a;p=xboard.git Fix suspected bug in Makefile --- diff --git a/Makefile.am b/Makefile.am index 50cf922..78450cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -197,7 +197,7 @@ endif uninstall-mime-database: if ENABLE_UPDATE_MIMEDB -if test -z "$(DESTDIR)" -a -n "$(XDG_MIME)" -a -n "$(XDG_DESKTOP_MENU)" -a -n "$(XDG_ICON_RESOURCE)" ; then \ - $(XDG-MIME) uninstall --mode system --novendor xboard.xml;\ + $(XDG_MIME) uninstall --mode system --novendor xboard.xml;\ $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-pgn-viewer.desktop;\ $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-fen-viewer.desktop;\ $(XDG_DESKTOP_MENU) uninstall --mode system --novendor xboard-tourney.desktop;\