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