From f448ba7b87759f2ddb0322ca6218bb426323aafc Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 21 Jan 2015 15:38:36 +0900 Subject: [PATCH] Remove syntax check of setup.sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ae58fc..b75c99c 100644 --- a/Makefile +++ b/Makefile @@ -188,7 +188,7 @@ $(test_els): test-el-%: % # test syntax # =========== -test_syntax_shs = test-syntax-shrc test-syntax-profile test-syntax-setup.sh \ +test_syntax_shs = test-syntax-shrc test-syntax-profile \ test-syntax-xinitrc test-syntax-xprograms test-syntax-sh: $(test_syntax_shs) .PHONY: $(test_syntax_shs)