X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/04d7ddb9da330539a3026cd26b4ba6d0ee82a395..36f332ceb538480aeaed0dfa9917e983cac77389:/stglibs/Makefile.in diff --git a/stglibs/Makefile.in b/stglibs/Makefile.in index b768b163..a3184974 100644 --- a/stglibs/Makefile.in +++ b/stglibs/Makefile.in @@ -61,9 +61,9 @@ deps: $(SRCS) ../../Makefile.conf if [ $$? -eq 0 ];\ then\ echo "`$(CC) $(CFLAGS) -MM $$file` Makefile ../../Makefile.conf" >> deps ;\ - echo -e '\t$$(CC) $(CFLAGS) -c $$<' >> deps ;\ + printf '%b\n' '\t$$(CC) $(CFLAGS) -c $$<' >> deps ;\ else\ echo "`$(CXX) $(CXXFLAGS) -MM $$file` Makefile ../../Makefile.conf" >> deps ;\ - echo -e '\t$$(CXX) $(CXXFLAGS) -c $$<' >> deps ;\ + printf '%b\n' '\t$$(CXX) $(CXXFLAGS) -c $$<' >> deps ;\ fi;\ done