From 1589e29f4e03919064c769372a7601957a8a033c Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Tue, 6 Sep 2011 14:03:41 +0100 Subject: [PATCH] pam: Don't duplicate .c.o rule Our included configuration has a perfectly fine .c.o rule, so don't override it in this Makefile, as all that does is produce a warning at build time Change-Id: If8d37f50932124ef0adef64ec23d81e646da337a Reviewed-on: http://gerrit.openafs.org/5371 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/pam/Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pam/Makefile.in b/src/pam/Makefile.in index 8a87b71ee..0d3027aff 100644 --- a/src/pam/Makefile.in +++ b/src/pam/Makefile.in @@ -23,9 +23,6 @@ include @TOP_OBJDIR@/src/config/Makefile.shared MODULE_CFLAGS=${PAM_CFLAGS} -.c.o: - $(AFS_CCRULE) $< - all: test_pam pam_afs.so.1 pam_afs.krb.so.1 CFLAGS_afs_setcred_krb.o = -DAFS_KERBEROS_ENV -- 2.39.5