X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=24f94e06294516878ec9bb4db9e1722c1aca5cdd;hb=e3234d6c08a4231c57643423d42f64d0b980c8b3;hp=bf48191e7ba052aa045b998dd3656cb81fb0696a;hpb=d78910e363e8f6c8e9c88f1045bb85fcb164976d;p=coloredstderr%2Fcoloredstderr.git diff --git a/tests/Makefile.am b/tests/Makefile.am index bf48191..24f94e0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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)"