From kde-commits Sun Jul 08 15:38:18 2012 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sun, 08 Jul 2012 15:38:18 +0000 To: kde-commits Subject: icecream/client Message-Id: <20120708153818.9061CAC7A9 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=134176213817517 SVN commit 1304637 by lunakl: icerun was missing in the list of wrappers to uninstall M +1 -1 Makefile.am --- trunk/icecream/client/Makefile.am #1304636:1304637 @@ -17,6 +17,6 @@ done uninstall-local: - for link in g++ gcc c++ cc; do \ + for link in g++ gcc c++ cc icerun; do \ rm $(DESTDIR)$(bindir)/$$link ;\ done