From 47cc848e52556060cccedbf25019ea59d4648cc9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 24 Jun 2014 18:39:34 +0100 Subject: [PATCH] Makefile: remove a whitespace error Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e382a12..f093f59 100644 --- a/Makefile +++ b/Makefile @@ -163,7 +163,7 @@ endef cscope: $(all_sources) > cscope.files cscope -k -b -q - + .PHONY: tags tags: $(all_sources) | xargs ctags -- 2.39.5