From 7e2fcac3c15811b1210d08f86b3d288c2d430a2c Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Tue, 10 Dec 2002 15:49:52 +0000 Subject: [PATCH] pam-no-system-include-path-20021210 breaks modern gcc. also, wrong. --- src/pam/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pam/Makefile.in b/src/pam/Makefile.in index 5230711..78563c4 100644 --- a/src/pam/Makefile.in +++ b/src/pam/Makefile.in @@ -24,8 +24,7 @@ LDFLAGS = ${SHLIB_LDFLAGS} SHOBJS = afs_account.o afs_session.o afs_password.o \ afs_pam_msg.o afs_message.o AFS_component_version_number.o OBJS = $(SHOBJS) test_pam.o -INCLUDES=-I${TOP_OBJDIR}/src/config -I${TOP_INCDIR} \ - -I/usr/include -I/usr/include/sys +INCLUDES=-I${TOP_OBJDIR}/src/config -I${TOP_INCDIR} CFLAGS = ${DEBUG} ${INCLUDES} ${PAM_CFLAGS} all: test_pam ${TOP_LIBDIR}/pam_afs.so.1 ${TOP_LIBDIR}/pam_afs.krb.so.1 -- 1.9.4