tests/Makefile.am: Fix for BSD's make.

This commit is contained in:
Simon Ruderich
2013-06-20 23:51:38 +02:00
parent 2fc66e15eb
commit e3234d6c08

View File

@@ -38,5 +38,6 @@ dist_check_DATA = example.h \
example_simple.sh.expected \
example_vfork.expected
# Used by lib.sh.
export EGREP
# Used by lib.sh. Can't use "export EGREP" because it doesn't work with BSD's
# make.
AM_MAKEFLAGS = "EGREP=$(EGREP)"