changeset 16028:85b8a1d435d6

* test/Makefile.am: Use stamp file for bc-overload-tests.
author John W. Eaton <jwe@octave.org>
date Sat, 09 Feb 2013 19:54:05 -0500
parents cf95f596d1fc
children b8157404614f
files test/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/Makefile.am	Sat Feb 09 21:20:47 2013 -0500
+++ b/test/Makefile.am	Sat Feb 09 19:54:05 2013 -0500
@@ -71,8 +71,9 @@
 GENERATED_BC_OVERLOADS_FILES := \
   $(shell $(srcdir)/build_bc_overload_tests.sh --list-files)
 
-$(GENERATED_BC_OVERLOADS_FILES): build_bc_overload_tests.sh bc_overloads_expected
+bc-overload-tests.stamp: build_bc_overload_tests.sh bc_overloads_expected
 	$(srcdir)/build_bc_overload_tests.sh $(srcdir)/bc_overloads_expected
+	touch $@
 
 EXTRA_DIST = \
   build_sparse_tests.sh \