X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/af1b39c8dba29d0601b540b1892bb22bbe00de0d..789e1567f735cb92cf574c74f792705445de2fd7:/projects/sgauth/Makefile diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile index 2ce0a1d5..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 ;\ - printf '\t$$(CC) -c $$< $(CXXFLAGS)\n' >> deps ;\ + printf '%b\n' '\t$$(CC) -c $$< $(CXXFLAGS)' >> deps ;\ done