aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-03-02 18:38:55 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-03-02 18:39:15 +0100
commit1045edbc731d3d849a623d515879d21e1e066e04 (patch)
tree6ab374c70d9c58d7ee30e29bec9825698da40798 /Makefile
parentf3293ed0122d82c41c0c8397e935395213b2c76e (diff)
Fix "make check"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 65d92ae..d584bc3 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ check:
@grep "compat-tests:" *.el | \
sed -E "s/.*<compat-tests:([^)]+)>|.*\\[\\[compat-tests:([^)]+)\\]\\]/\1\2/g" | \
sort | uniq > /tmp/compat-links
- @ (diff /tmp/compat-defs /tmp/compat-defs)
+ @diff /tmp/compat-defs /tmp/compat-links
$(BYTEC): compat-macs.el