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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Simon Wilkinson 2011-09-06 14:03:41 +01:00 committed by Derrick Brashear
parent ec51fcc2b6
commit 1589e29f4e

View File

@ -23,9 +23,6 @@ include @TOP_OBJDIR@/src/config/Makefile.shared
MODULE_CFLAGS=${PAM_CFLAGS} MODULE_CFLAGS=${PAM_CFLAGS}
.c.o:
$(AFS_CCRULE) $<
all: test_pam pam_afs.so.1 pam_afs.krb.so.1 all: test_pam pam_afs.so.1 pam_afs.krb.so.1
CFLAGS_afs_setcred_krb.o = -DAFS_KERBEROS_ENV CFLAGS_afs_setcred_krb.o = -DAFS_KERBEROS_ENV