]> git.stg.codes - stg.git/commitdiff
-MG removed from deps generation in stglibs
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 11 Apr 2011 20:06:57 +0000 (23:06 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 11 Apr 2011 20:06:57 +0000 (23:06 +0300)
Now it is possible to use clang to build Stargazer!

stglibs/Makefile.in

index 0417eaff6a06716b1bf9fd1179b5d48d37a3f304..a0c854e6ec105ddbcddacacd6c1c5828f53e4c29 100644 (file)
@@ -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