From: Maxim Mamontov <faust.madf@gmail.com>
Date: Mon, 11 Apr 2011 20:06:57 +0000 (+0300)
Subject: -MG removed from deps generation in stglibs
X-Git-Tag: 2.407-rc3~5^2~2
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/8e739b36a5c795435e2820323e00da1dd8974e59?ds=inline

-MG removed from deps generation in stglibs

Now it is possible to use clang to build Stargazer!
---

diff --git a/stglibs/Makefile.in b/stglibs/Makefile.in
index 0417eaff..a0c854e6 100644
--- a/stglibs/Makefile.in
+++ b/stglibs/Makefile.in
@@ -89,7 +89,7 @@ endif
 deps:	$(SRCS) ../../Makefile.conf
 	@>deps ;\
 	for file in $(SRCS); do\
-	  echo "`$(CC) $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS) -MM -MG $$file` Makefile ../../Makefile.conf" >> deps ;\
+	  echo "`$(CC) $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS) -MM $$file` Makefile ../../Makefile.conf" >> deps ;\
 	  echo -e '\t$$(CC) $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS) -c $$<' >> deps ;\
 	done