]> git.puffer.fish Git - mirror/frr.git/commit
tests: fix Makefile.am so it works with BSD make
authorChristian Franke <chris@opensourcerouting.org>
Fri, 5 Jul 2013 16:30:56 +0000 (18:30 +0200)
committerGreg Troxel <gdt@ir.bbn.com>
Tue, 9 Jul 2013 16:26:46 +0000 (12:26 -0400)
commit1bf0ca9a07358ff13b1390f4462669e9ea4915dc
tree686046d5c7170274aaca7b34faa7a9315a670a2a
parent4c14b7f684510592f2eb46fd84859d8bca57def9
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>
tests/Makefile.am