X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fos_crypto%2Fsha1%2FMakefile;h=f019f024620179bb2e6f37ef6822213bc060d475;hb=927951d1c1ad45ba9e7325f07d996154a91c911b;hp=40b5f1f4bb8ffeb4f6116c1a7b4ea91002a9fa8d;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/os_crypto/sha1/Makefile b/src/os_crypto/sha1/Makefile index 40b5f1f..f019f02 100755 --- a/src/os_crypto/sha1/Makefile +++ b/src/os_crypto/sha1/Makefile @@ -10,7 +10,6 @@ include ../../Config.Make SRCS = sha1_op.c sha1_OBJS = sha1_op.o - sha1: $(CC) $(CFLAGS) -c $(SRCS) ar cru sha1_op.a $(sha1_OBJS)