diff options
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 2c041a0c0..896a16de6 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -131,7 +131,7 @@ default: all $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/tr-test/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |