diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-03-02 18:38:55 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-03-02 18:39:15 +0100 |
| commit | 1045edbc731d3d849a623d515879d21e1e066e04 (patch) | |
| tree | 6ab374c70d9c58d7ee30e29bec9825698da40798 /Makefile | |
| parent | f3293ed0122d82c41c0c8397e935395213b2c76e (diff) | |
Fix "make check"
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
