From 3bbe7b2a260b82ceaa67f022922453071700a2ba Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 15 Mar 2004 16:59:53 +0000 Subject: [PATCH] automake fix Original commit message from CVS: automake fix --- tests/old/testsuite/Rules | 3 ++- testsuite/Rules | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/old/testsuite/Rules b/tests/old/testsuite/Rules index 6b230e5f77..783be28f88 100644 --- a/tests/old/testsuite/Rules +++ b/tests/old/testsuite/Rules @@ -13,7 +13,8 @@ check_PROGRAMS = $(tests_pass) $(tests_fail) $(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ # rebuild gst-register-@GST_MAJORMINOR@ if needed -$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@: +# the EXEEXT is because am 1.6 complained about overrides +$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@$(EXEEXT): cd $(top_builddir)/tools && make TESTS = $(tests_pass) $(tests_fail) diff --git a/testsuite/Rules b/testsuite/Rules index 6b230e5f77..783be28f88 100644 --- a/testsuite/Rules +++ b/testsuite/Rules @@ -13,7 +13,8 @@ check_PROGRAMS = $(tests_pass) $(tests_fail) $(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ # rebuild gst-register-@GST_MAJORMINOR@ if needed -$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@: +# the EXEEXT is because am 1.6 complained about overrides +$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@$(EXEEXT): cd $(top_builddir)/tools && make TESTS = $(tests_pass) $(tests_fail)