X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Fos_crypto%2Fsha1%2FMakefile;h=f019f024620179bb2e6f37ef6822213bc060d475;hb=927951d1c1ad45ba9e7325f07d996154a91c911b;hp=28e5ac45bac58ec672cd25569157342a7058e47b;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;p=ossec-hids.git diff --git a/src/os_crypto/sha1/Makefile b/src/os_crypto/sha1/Makefile index 28e5ac4..f019f02 100755 --- a/src/os_crypto/sha1/Makefile +++ b/src/os_crypto/sha1/Makefile @@ -9,8 +9,6 @@ include ../../Config.Make SRCS = sha1_op.c sha1_OBJS = sha1_op.o -CC=$(GCC) - sha1: $(CC) $(CFLAGS) -c $(SRCS)