]> git.stg.codes - stg.git/commitdiff
Minor echo fix
authorMaxim Mamontov <faust.madf@gmail.com>
Tue, 7 Feb 2012 10:41:33 +0000 (12:41 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Tue, 7 Feb 2012 10:41:33 +0000 (12:41 +0200)
projects/sgauth/Makefile

index 88e1fb9c792403e98291330f1a570dc84e9e7b53..99cd0e47e71755345350886711884d84a42ab668 100644 (file)
@@ -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 ];\