diff options
author | Geoff Levand <geoff@infradead.org> | 2013-07-18 17:23:41 -0700 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2013-07-23 10:38:11 -0700 |
commit | f2747434dcdfe71c3a4d1b841070f4c9d8dc4965 (patch) | |
tree | d300cbd2ed19829e5b057bdc0f961026633a7361 /test/parser/Makefile.am | |
parent | 947cab5c30ae89d78dff998f87b57fec91b69023 (diff) | |
download | talos-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/parser/Makefile.am')
-rw-r--r-- | test/parser/Makefile.am | 2 |
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 |