aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/builtin/sha1/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/builtin/sha1/Makefile.in')
-rw-r--r--src/lib/crypto/builtin/sha1/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/crypto/builtin/sha1/Makefile.in b/src/lib/crypto/builtin/sha1/Makefile.in
index 3f913ca..5895c36 100644
--- a/src/lib/crypto/builtin/sha1/Makefile.in
+++ b/src/lib/crypto/builtin/sha1/Makefile.in
@@ -13,11 +13,11 @@ SRCS= $(srcdir)/shs.c
##DOS##LIBOBJS = $(OBJS)
-all-unix:: all-libobjs
+all-unix: all-libobjs
-includes:: depend
+includes: depend
-depend:: $(SRCS)
+depend: $(SRCS)
t_shs: t_shs.o shs.o $(SUPPORT_DEPLIB)
$(CC_LINK) -o t_shs t_shs.o shs.o $(SUPPORT_LIB)
@@ -27,15 +27,15 @@ $(OUTPRE)t_shs.exe: $(OUTPRE)t_shs.obj $(OUTPRE)shs.obj
t_shs3: t_shs3.o shs.o $(SUPPORT_DEPLIB)
$(CC_LINK) -o t_shs3 t_shs3.o shs.o $(SUPPORT_LIB)
-check-unix:: t_shs t_shs3
+check-unix: t_shs t_shs3
$(RUN_TEST) $(C)t_shs -x
$(RUN_TEST) $(C)t_shs3
-check-windows:: $(OUTPRE)t_shs.exe $(OUTPRE)t_shs3.exe
+check-windows: $(OUTPRE)t_shs.exe $(OUTPRE)t_shs3.exe
$(OUTPRE)$(C)t_shs.exe -x
$(OUTPRE)$(C)t_shs3.exe
-clean::
+clean:
$(RM) t_shs$(EXEEXT) t_shs.$(OBJEXT) t_shs3$(EXEEXT) t_shs3.$(OBJEXT)
clean-unix:: clean-libobjs