diff options
Diffstat (limited to 'cpp/examples')
-rw-r--r-- | cpp/examples/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/examples/Makefile.am b/cpp/examples/Makefile.am index 9b41b130e9..d633f995a9 100644 --- a/cpp/examples/Makefile.am +++ b/cpp/examples/Makefile.am @@ -44,7 +44,9 @@ VERIFY_FILES= verify verify_all \ EXTRA_DIST=$(nobase_pkgdata_DATA) $(VERIFY_FILES) -verify: +force: + +verify: force cp $(top_srcdir)/../bin/verify $@ # Note: we don't use normal automake SUBDIRS because the example |