mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-06 07:01:38 +01:00
tests/Makefile.am: Fix for BSD's make.
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user