]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/Makefile.in
More correct way to use printf
[stg.git] / projects / stargazer / plugins / Makefile.in
index 9ccb3ef97ac0c75a11cc83c747501dae927a7544..17e10ace9d0845932ecc6f22860c52c1e514d7f7 100644 (file)
@@ -46,9 +46,9 @@ deps: $(SRCS) ../../../../../Makefile.conf
          if [ $$? -eq 0 ];\
          then\
            echo "`$(CC) $(CFLAGS) $(DEFS) $(SEARCH_DIRS) -MM $$file` Makefile ../../../../../Makefile.conf" >> deps ;\
-           printf '\t$$(CC) -c $$< $(CFLAGS) $(SEARCH_DIRS) $(DEFS)\n' >> deps ;\
+           printf '%b\n' '\t$$(CC) -c $$< $(CFLAGS) $(SEARCH_DIRS) $(DEFS)' >> deps ;\
          else\
            echo "`$(CXX) $(CXXFLAGS) $(DEFS) $(SEARCH_DIRS) -MM $$file` Makefile ../../../../../Makefile.conf" >> deps ;\
-           printf '\t$$(CXX) -c $$< $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS)\n' >> deps ;\
+           printf '%b\n' '\t$$(CXX) -c $$< $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS)' >> deps ;\
          fi;\
        done