[cairo-commit] src/Makefile.am

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Aug 20 10:45:06 PDT 2006


 src/Makefile.am |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 6ed1613b5175ea9c431fff2df2cd1cf2e2edbf93 (from 047251db4337583075f6888fceecfb0c383d658a)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun Aug 20 13:44:56 2006 -0400

    [Makefile.am] Remove unnecessary parantheses that were causing trouble with old bash
    Reported by Tor Lillqvist

diff --git a/src/Makefile.am b/src/Makefile.am
index b993fb5..80e7ee3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -251,7 +251,7 @@ cairo.def: $(cairoinclude_HEADERS)
 	sort; \
 	echo LIBRARY libcairo-$(LT_CURRENT_MINUS_AGE).dll; \
 	) >$@
-	@ (! grep -q cairo_ERROR $@) || ($(RM) $@; false)
+	@ ! grep -q cairo_ERROR $@ || ($(RM) $@; false)
 
 install-data-local:
 	@if test -f "$(DESTDIR)$(includedir)/cairo.h" || test -f "$(DESTDIR)$(includedir)/cairo-features.h" ; then \


More information about the cairo-commit mailing list