Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Sat, 21 Dec 2013 20:44:51 +0000 (15:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 21 Dec 2013 20:44:51 +0000 (15:44 -0500)
glib-tap.mk

index 8d3ce64e74cb8f6c5954bc3bb297a0717873f372..3fb29a2bd63bce67944cd030cbb4eae17751465c 100644 (file)
@@ -127,7 +127,7 @@ installed_test_meta_DATA = $(installed_testcases:=.test)
 %.test: %$(EXEEXT) Makefile
        $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
        echo 'Type=session' >> $@.tmp; \
-       echo 'Exec=$(installed_testdir)/(notdir $<)' >> $@.tmp; \
+       echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
        mv $@.tmp $@)
 
 CLEANFILES += $(installed_test_meta_DATA)