diff options
-rw-r--r-- | tests/devel/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/devel/Makefile.in b/tests/devel/Makefile.in index 3292f0370..ca5752bd0 100644 --- a/tests/devel/Makefile.in +++ b/tests/devel/Makefile.in @@ -489,6 +489,9 @@ mostlyclean distclean maintainer-clean allprogs: $(EXTRA_PROGRAMS) +$(top_builddir)/tests/libtests.la: + cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |