diff options
Diffstat (limited to 'check-libntpd.mf')
| -rw-r--r-- | check-libntpd.mf | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/check-libntpd.mf b/check-libntpd.mf index 46304dd5f236..45133ad52c1c 100644 --- a/check-libntpd.mf +++ b/check-libntpd.mf @@ -4,16 +4,7 @@ BUILT_SOURCES += check-libntpd -# CLEANFILES addition below won't be needed after a while. -# Leave it in for now for folks tracking the source repo -# who have the file from a former version of the rule. -# DLH Jan 2023 - -CLEANFILES += check-libntpd - -check-libntpd: $(top_builddir)/ntpd/libntpd.a - @: avoid default SCCS get by some make implementations - -$(top_builddir)/ntpd/libntpd.a: +.PHONY: check-libntpd +check-libntpd: cd $(top_builddir)/ntpd && $(MAKE) $(AM_MAKEFLAGS) libntpd.a |
