X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/b4338eb13c4c5fa33a3b86d4e88e5201c36e6401..05c04cb0fbf09fbde7ac244000e48a985e6c68e9:/projects/sgauth/Makefile

diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile
index 98867c5f..5565199b 100644
--- a/projects/sgauth/Makefile
+++ b/projects/sgauth/Makefile
@@ -11,8 +11,8 @@ SRCS = ./main.cpp \
        ./web.cpp
 
 STGLIBS =  conffiles \
-           crypto \
            ia \
+           crypto \
            common
 
 STGLIBS_INCS = $(addprefix -I ../../stglibs/,$(addsuffix .lib/include,$(STGLIBS)))
@@ -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