From b5d8fe278425f7be49b6819e8187efffdffbd836 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Apr 2010 11:02:09 -0700 Subject: Makefile: Move the completion-specific commands to completion/Makefile.local For much better modularity. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3697861..076efc79 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: # List all subdirectories here. Each contains its own Makefile.local -subdirs = compat emacs lib +subdirs = compat completion emacs lib # We make all targets depend on the Makefiles themselves. global_deps = Makefile Makefile.local \ -- cgit v1.2.3