From 1bf0ca9a07358ff13b1390f4462669e9ea4915dc Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 5 Jul 2013 18:30:56 +0200 Subject: tests: fix Makefile.am so it works with BSD make The export statement is specific to GNU make and breaks the build with BSD make. I couldn't observe any difference in behaviour between having the export present and absent, therefore, just remove it. Signed-off-by: Christian Franke --- tests/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 93c06b03..b7a7fe74 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,4 @@ AUTOMAKE_OPTIONS = dejagnu -export DEJAGNU DEJATOOL = libzebra SUBDIRS = \ -- cgit v1.2.1