]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-pam-no-system-include-path-20021210
authorNathan Neulinger <nneul@umr.edu>
Wed, 22 Jan 2003 17:12:13 +0000 (17:12 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Wed, 22 Jan 2003 17:12:13 +0000 (17:12 +0000)
breaks modern gcc.  also, wrong.

(cherry picked from commit 7e2fcac3c15811b1210d08f86b3d288c2d430a2c)

src/pam/Makefile.in

index ba61bb8bd135dc043fecc05fbf497d9934ba2bad..6f932735c76a8f7636f0990a0df1aafc677f7882 100644 (file)
@@ -43,8 +43,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_SRCDIR}/config -I${TOP_INCDIR} \
-       -I/usr/include -I/usr/include/sys
+INCLUDES=-I${TOP_SRCDIR}/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