branch: externals/compat commit 3977b0e8042ad21bcac78d5ab7594eff233936e1 Author: Philip Kaludercic <[email protected]> Commit: Philip Kaludercic <[email protected]>
Avoid building compat.info by default
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 9723d2c5a0..b709849b44 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ BYTEC = compat-help.elc \
compat-28.elc \
compat.elc
-all: compile compat.info
+all: compile
compile: $(BYTEC)
