From: Simon Wilkinson Date: Wed, 16 Feb 2011 21:57:59 +0000 (+0000) Subject: hcrypto: Use new LWP_CCRULE X-Git-Tag: upstream/1.8.0_pre1^2~4164 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b719ad74865c63a04188dc124fd96def6cba1c04;p=packages%2Fo%2Fopenafs.git 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 --- 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