aboutsummaryrefslogtreecommitdiff
path: root/tests/ntpq/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ntpq/Makefile.in')
-rw-r--r--tests/ntpq/Makefile.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/tests/ntpq/Makefile.in b/tests/ntpq/Makefile.in
index 7678393037aa..83abb41eb2d9 100644
--- a/tests/ntpq/Makefile.in
+++ b/tests/ntpq/Makefile.in
@@ -90,6 +90,7 @@ build_triplet = @build@
host_triplet = @host@
check_PROGRAMS = test-ntpq$(EXEEXT) $(am__EXEEXT_1)
@NTP_CROSSCOMPILE_FALSE@am__append_1 = $(check_PROGRAMS)
+@LIBNTP_SUBMAKES_TRUE@am__append_2 = check-libntp
subdir = tests/ntpq
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
@@ -598,6 +599,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
+PATH_OPENSSL = @PATH_OPENSSL@
PATH_PERL = @PATH_PERL@
PATH_RUBY = @PATH_RUBY@
PATH_SEPARATOR = @PATH_SEPARATOR@
@@ -697,9 +699,9 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
NULL =
-BUILT_SOURCES = $(srcdir)/run-t-ntpq.c $(NULL) check-libntp \
+BUILT_SOURCES = $(srcdir)/run-t-ntpq.c $(NULL) $(am__append_2) \
check-libunity .deps-ver
-CLEANFILES = check-libntp .deps-ver
+CLEANFILES = check-libunity .deps-ver
DISTCLEANFILES = $(DEPDIR)/deps-ver
std_unity_list = \
$(abs_top_srcdir)/sntp/unity/auto/generate_test_runner.rb \
@@ -1231,14 +1233,13 @@ uninstall-am:
$(srcdir)/run-t-ntpq.c: $(srcdir)/t-ntpq.c $(std_unity_list)
$(run_unity) $< $@
-check-libntp: $(top_builddir)/libntp/libntp.a
- @: avoid default SCCS get by some make implementations
+.PHONY: check-libntp
-$(top_builddir)/libntp/libntp.a:
- cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
+@LIBNTP_SUBMAKES_TRUE@check-libntp:
+@LIBNTP_SUBMAKES_TRUE@ cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
check-libunity: $(top_builddir)/sntp/unity/libunity.a
- @: avoid default SCCS get by some make implementations
+ @echo stamp > $@
$(top_builddir)/sntp/unity/libunity.a:
cd $(top_builddir)/sntp/unity && $(MAKE) $(AM_MAKEFLAGS) libunity.a