diff options
author | Christian Franke <chris@opensourcerouting.org> | 2013-07-05 18:30:56 +0200 |
---|---|---|
committer | Greg Troxel <gdt@ir.bbn.com> | 2013-07-09 18:26:46 +0200 |
commit | 1bf0ca9a07358ff13b1390f4462669e9ea4915dc (patch) | |
tree | 686046d5c7170274aaca7b34faa7a9315a670a2a /tests | |
parent | ospfd: fix flooding procedure (diff) | |
download | frr-1bf0ca9a07358ff13b1390f4462669e9ea4915dc.tar.xz frr-1bf0ca9a07358ff13b1390f4462669e9ea4915dc.zip |
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 <chris@opensourcerouting.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 93c06b031..b7a7fe748 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,4 @@ AUTOMAKE_OPTIONS = dejagnu -export DEJAGNU DEJATOOL = libzebra SUBDIRS = \ |