ahhh thanks for the fix :)

Daniel Juyung Seo (SeoZ)
On Dec 5, 2012 9:42 PM, "Enlightenment SVN" <no-re...@enlightenment.org>
wrote:

> Log:
> Fix for make clean
>
>   Signed-off-by: Daniel Zaoui <daniel.za...@samsung.com>
>
> Author:       jackdanielz
> Date:         2012-12-05 04:41:45 -0800 (Wed, 05 Dec 2012)
> New Revision: 80236
> Trac:         http://trac.enlightenment.org/e/changeset/80236
>
> Modified:
>   trunk/clouseau/src/scripts/Makefile.am
>
> Modified: trunk/clouseau/src/scripts/Makefile.am
> ===================================================================
> --- trunk/clouseau/src/scripts/Makefile.am      2012-12-05 12:34:19 UTC
> (rev 80235)
> +++ trunk/clouseau/src/scripts/Makefile.am      2012-12-05 12:41:45 UTC
> (rev 80236)
> @@ -3,12 +3,12 @@
>  EXTRA_DIST = gen_script.sh
>
>  uninstall-local:
> -       rm $(DESTDIR)$(bindir)/clouseau
> -       rm $(DESTDIR)$(bindir)/clouseau_start
> +       rm -f $(DESTDIR)$(bindir)/clouseau
> +       rm -f $(DESTDIR)$(bindir)/clouseau_start
>
>  clean-local:
> -       rm clouseau
> -       rm clouseau_start
> +       rm -f clouseau
> +       rm -f clouseau_start
>
>  install-exec-local:
>         $(srcdir)/gen_script.sh $(libdir)/clouseau
>
>
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to