mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-03 01:10:23 +01:00
[Makefile.am] Remove unnecessary parantheses that were causing trouble with old bash
Reported by Tor Lillqvist
This commit is contained in:
parent
047251db43
commit
6ed1613b51
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue