mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
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:
parent
ec51fcc2b6
commit
1589e29f4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user