commit | 1bf0ca9a07358ff13b1390f4462669e9ea4915dc | [log] [tgz] |
---|---|---|
author | Christian Franke <chris@opensourcerouting.org> | Fri Jul 05 18:30:56 2013 +0200 |
committer | Greg Troxel <gdt@ir.bbn.com> | Tue Jul 09 12:26:46 2013 -0400 |
tree | 686046d5c7170274aaca7b34faa7a9315a670a2a | |
parent | 4c14b7f684510592f2eb46fd84859d8bca57def9 [diff] |
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>