X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=f1458cd279728f2ba45cd8ca6c1b53c99b86a579;hp=c2d84a38a84009a0c92cfb7bf98144667cdb0d1f;hb=f2747434dcdfe71c3a4d1b841070f4c9d8dc4965;hpb=caddee4b6224b0e050d12cb77d2f42394043885f 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