From 8e739b36a5c795435e2820323e00da1dd8974e59 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Mon, 11 Apr 2011 23:06:57 +0300 Subject: [PATCH] -MG removed from deps generation in stglibs Now it is possible to use clang to build Stargazer! --- stglibs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2