diff options
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 d24e720..eca4c0a 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -77,7 +77,7 @@ $(parser_TESTS): AM_CPPFLAGS += \ -I$(top_srcdir)/discover \ -DLOCAL_STATE_DIR='"$(localstatedir)"' $(parser_TESTS): LDADD += $@.embedded-config.o test/parser/libtest.ro $(core_lib) -$(parser_TESTS): %: %.embedded-config.o test/parser/libtest.ro +$(parser_TESTS): %: %.embedded-config.o test/parser/libtest.ro $(core_lib) extract_config = $(srcdir)/test/parser/extract-config.awk |