From: Maxim Mamontov Date: Thu, 15 Sep 2011 20:41:11 +0000 (+0300) Subject: Extra semicolon removed X-Git-Tag: 2.408-rc1~38 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/bfb8d7685e998fbcafcb5315b3c50a77760b7e48 Extra semicolon removed --- diff --git a/projects/stargazer/plugins/Makefile.in b/projects/stargazer/plugins/Makefile.in index faee2ad8..961ba3aa 100644 --- a/projects/stargazer/plugins/Makefile.in +++ b/projects/stargazer/plugins/Makefile.in @@ -48,4 +48,4 @@ deps: $(SRCS) ../../../../../Makefile.conf echo "`$(CXX) $(CXXFLAGS) $(DEFS) $(SEARCH_DIRS) -MM $$file` Makefile ../../../../../Makefile.conf" >> deps ;\ echo -e '\t$$(CXX) -c $$< $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS)' >> deps ;\ fi;\ - done; + done