]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
tests/Makefile.am: Fix for BSD's make.
authorSimon Ruderich <simon@ruderich.org>
Thu, 20 Jun 2013 21:51:38 +0000 (23:51 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 21 Jun 2013 22:43:48 +0000 (00:43 +0200)
tests/Makefile.am

index bf48191e7ba052aa045b998dd3656cb81fb0696a..24f94e06294516878ec9bb4db9e1722c1aca5cdd 100644 (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)"