about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-14 16:47:44 +0000
committerEric Wong <e@80x24.org>2019-06-14 17:20:18 +0000
commitf70abe08b768bb0d5537ef2c3f9091069046d9a2 (patch)
tree88a76be422192138e586205416ea6b4d2666986e /Makefile.PL
parent49be457cf8176c5181b8e29406b39a52472231d4 (diff)
downloadpublic-inbox-f70abe08b768bb0d5537ef2c3f9091069046d9a2.tar.gz
I make syntax errors all the time :x
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 113f8c77..23822072 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -70,8 +70,8 @@ N = \$\$(( \$\$(nproc 2>/dev/null || gnproc 2>/dev/null || echo 2) + 1 ))
 -include config.mak
 -include Documentation/include.mk
 SCRIPTS := scripts/ssoma-replay
-syn_files := $PM_FILES \$(EXE_FILES) \$(SCRIPTS)
-my_syntax := \$(addsuffix .syntax, \$(syn_files))
+syn_files = $PM_FILES \$(EXE_FILES) \$(SCRIPTS) \$(wildcard t/*.t)
+my_syntax = \$(addsuffix .syntax, \$(syn_files))
 changed = \$(shell git ls-files -m)
 
 %.syntax ::