mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 08:28:03 +02: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; \
|
sort; \
|
||||||
echo LIBRARY libcairo-$(LT_CURRENT_MINUS_AGE).dll; \
|
echo LIBRARY libcairo-$(LT_CURRENT_MINUS_AGE).dll; \
|
||||||
) >$@
|
) >$@
|
||||||
@ (! grep -q cairo_ERROR $@) || ($(RM) $@; false)
|
@ ! grep -q cairo_ERROR $@ || ($(RM) $@; false)
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
@if test -f "$(DESTDIR)$(includedir)/cairo.h" || test -f "$(DESTDIR)$(includedir)/cairo-features.h" ; then \
|
@if test -f "$(DESTDIR)$(includedir)/cairo.h" || test -f "$(DESTDIR)$(includedir)/cairo-features.h" ; then \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue