X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e9bdb5063b52226148212399a017300d5d14baac..2d8751468836d2c5d92dee3328f22ceefbc0c47b:/projects/sgauth/Makefile diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile index f5988e23..5565199b 100644 --- a/projects/sgauth/Makefile +++ b/projects/sgauth/Makefile @@ -90,5 +90,5 @@ deps: $(SRCS) ../../Makefile.conf sgauth.css ./make_css.sh for file in $(SRCS); do\ echo "`$(CC) $(CXXFLAGS) -MM $$file` Makefile" >> deps ;\ - echo -e '\t$$(CC) -c $$< $(CXXFLAGS)' >> deps ;\ + printf '%b\n' '\t$$(CC) -c $$< $(CXXFLAGS)' >> deps ;\ done