From b719ad74865c63a04188dc124fd96def6cba1c04 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 16 Feb 2011 21:57:59 +0000 Subject: [PATCH] hcrypto: Use new LWP_CCRULE Use the new centralised LWP_CCRULE, rather than brewing our own. Change-Id: I3eda193371c28972a048f3c0c125d10161420fd7 Reviewed-on: http://gerrit.openafs.org/4016 Tested-by: BuildBot Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/crypto/hcrypto/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/crypto/hcrypto/Makefile.in b/src/crypto/hcrypto/Makefile.in index c2c577316..67e2c53d4 100644 --- a/src/crypto/hcrypto/Makefile.in +++ b/src/crypto/hcrypto/Makefile.in @@ -66,9 +66,6 @@ OBJECTS = $(COMMON_OBJS) rand-fortuna.o LWP_OBJS = $(COMMON_OBJS) rand-fortuna_lwp.o -LWPRULE=$(CC) $(AFS_CPPFLAGS) $(COMMON_CFLAGS) $(XCFLAGS) $(ARCHFLAGS) \ - -I$(TOP_INCDIR)/hcrypto -I$(UPSTREAM)/hcrypto -c $? - ${TOP_LIBDIR}/${SHLIBOBJ}: ${SHLIBOBJ} ${TOP_OBJDIR}/src/config/shlib-install -d ${TOP_LIBDIR} \ -l libafshcrypto -M ${LIBMAJOR} -m ${LIBMINOR} @@ -250,5 +247,5 @@ test_cipher.o: ${UPSTREAM}/hcrypto/test_cipher.c # LWP Targets rand-fortuna_lwp.o: ${UPSTREAM}/hcrypto/rand-fortuna.c - ${LWPRULE} -o rand-fortuna_lwp.o + $(LWP_CCRULE) $(UPSTREAM)/hcrypto/rand-fortuna.c -- 2.39.5