ruderich.org/simon
/
coloredstderr
/
coloredstderr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fc66e1
)
tests/Makefile.am: Fix for BSD's make.
author
Simon Ruderich
<simon@ruderich.org>
Thu, 20 Jun 2013 21:51:38 +0000
(23:51 +0200)
committer
Simon Ruderich
<simon@ruderich.org>
Fri, 21 Jun 2013 22:43:48 +0000
(
00:43
+0200)
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index bf48191e7ba052aa045b998dd3656cb81fb0696a..24f94e06294516878ec9bb4db9e1722c1aca5cdd 100644
(file)
--- 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)"