summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2013-07-18 17:23:41 -0700
committerGeoff Levand <geoff@infradead.org>2013-07-23 10:38:11 -0700
commitf2747434dcdfe71c3a4d1b841070f4c9d8dc4965 (patch)
treed300cbd2ed19829e5b057bdc0f961026633a7361 /test
parent947cab5c30ae89d78dff998f87b57fec91b69023 (diff)
downloadtalos-petitboot-f2747434dcdfe71c3a4d1b841070f4c9d8dc4965.tar.gz
talos-petitboot-f2747434dcdfe71c3a4d1b841070f4c9d8dc4965.zip
automake: Add $(EXEEXT) to .ro objects
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'test')
-rw-r--r--test/parser/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am
index c2d84a3..f1458cd 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -64,7 +64,7 @@ libtest_ro_SOURCES = \
parser-test.h \
$(parser_objs)
-libtest.ro: $(libtest_ro_OBJECTS)
+libtest.ro$(EXEEXT): $(libtest_ro_OBJECTS)
$(LD) -o $@ -r $^
check_PROGRAMS = $(TESTS) libtest.ro
OpenPOWER on IntegriCloud