[Makefile.am] Remove unnecessary parantheses that were causing trouble with old bash

Reported by Tor Lillqvist
This commit is contained in:
Behdad Esfahbod 2006-08-20 13:44:56 -04:00
parent 047251db43
commit 6ed1613b51

View file

@ -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 \