summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-05-24 15:42:12 -0400
committerColin Walters <walters@verbum.org>2013-05-24 16:30:21 -0400
commit5088c705ac5ce118502d0c6ea74aca1cec26b575 (patch)
treea6644bc2283bf45b59e325f92826446dcd855589 /gobject
parentb85e8e5bfb3f0cb86411cc5d8b038c5af1404f1c (diff)
downloadglib-5088c705ac5ce118502d0c6ea74aca1cec26b575.tar.gz
glib-5088c705ac5ce118502d0c6ea74aca1cec26b575.tar.bz2
glib-5088c705ac5ce118502d0c6ea74aca1cec26b575.zip
tests: Drop unnecessary % from .test pattern match rule
On Windows, the executables will have .exe, so this won't match. Furthermore, they aren't actually dependent on the executable to build.
Diffstat (limited to 'gobject')
-rw-r--r--gobject/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/tests/Makefile.am b/gobject/tests/Makefile.am
index c8423950b..b05c23a9b 100644
--- a/gobject/tests/Makefile.am
+++ b/gobject/tests/Makefile.am
@@ -53,7 +53,7 @@ insttest_PROGRAMS = $(TEST_PROGS)
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
testmeta_DATA = $(TEST_PROGS:=.test)
-%.test: % Makefile
+%.test: Makefile
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
echo 'Type=session' >> $@.tmp; \
echo 'Exec=env G_TEST_DATA=$(pkglibexecdir)/installed-tests $(pkglibexecdir)/installed-tests/$<' >> $@.tmp; \