aboutsummaryrefslogtreecommitdiff
path: root/check-libunity.mf
diff options
context:
space:
mode:
Diffstat (limited to 'check-libunity.mf')
-rw-r--r--check-libunity.mf4
1 files changed, 2 insertions, 2 deletions
diff --git a/check-libunity.mf b/check-libunity.mf
index 4e052058c0c3..830c72c1a421 100644
--- a/check-libunity.mf
+++ b/check-libunity.mf
@@ -4,10 +4,10 @@
## The above file has a version of this for the sntp tree.
BUILT_SOURCES += check-libunity
+CLEANFILES += check-libunity
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
-