X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/04d7ddb9da330539a3026cd26b4ba6d0ee82a395..af1b39c8dba29d0601b540b1892bb22bbe00de0d:/projects/stargazer/plugins/Makefile.in?ds=sidebyside diff --git a/projects/stargazer/plugins/Makefile.in b/projects/stargazer/plugins/Makefile.in index 6dd8d781..9ccb3ef9 100644 --- a/projects/stargazer/plugins/Makefile.in +++ b/projects/stargazer/plugins/Makefile.in @@ -46,9 +46,9 @@ deps: $(SRCS) ../../../../../Makefile.conf if [ $$? -eq 0 ];\ then\ echo "`$(CC) $(CFLAGS) $(DEFS) $(SEARCH_DIRS) -MM $$file` Makefile ../../../../../Makefile.conf" >> deps ;\ - echo -e '\t$$(CC) -c $$< $(CFLAGS) $(SEARCH_DIRS) $(DEFS)' >> deps ;\ + printf '\t$$(CC) -c $$< $(CFLAGS) $(SEARCH_DIRS) $(DEFS)\n' >> deps ;\ else\ echo "`$(CXX) $(CXXFLAGS) $(DEFS) $(SEARCH_DIRS) -MM $$file` Makefile ../../../../../Makefile.conf" >> deps ;\ - echo -e '\t$$(CXX) -c $$< $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS)' >> deps ;\ + printf '\t$$(CXX) -c $$< $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS)\n' >> deps ;\ fi;\ done