From b95edc0574dc2ebc65b197b1b1ad464821dfe519 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 7 Feb 2012 12:41:33 +0200 Subject: [PATCH] Minor echo fix --- projects/sgauth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile index 88e1fb9c..99cd0e47 100644 --- a/projects/sgauth/Makefile +++ b/projects/sgauth/Makefile @@ -87,7 +87,7 @@ endif deps: $(SRCS) ../../Makefile.conf sgauth.css $(MAKE) -C $(DIR_LIBSRC) @>deps ;\ - ./make_css.sh + ./make_css.sh ;\ for file in $(SRCS); do\ echo "$$file" | grep ".c$$" > /dev/null;\ if [ $$? -eq 0 ];\ -- 2.43.2