X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_crypto%2Fsha1%2FMakefile;fp=src%2Fos_crypto%2Fsha1%2FMakefile;h=f019f024620179bb2e6f37ef6822213bc060d475;hp=28e5ac45bac58ec672cd25569157342a7058e47b;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hpb=ef70704f0b31b59bb719b884d6a99cb9e3e2044a 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)