1 --- Makefile.in 2008-12-02 09:07:10.000000000 -0500
2 +++ Makefile.in.good 2009-12-30 16:04:23.237700892 -0500
4 all: src/mod_auth_kerb.so
6 src/mod_auth_kerb.so: src/mod_auth_kerb.c $(SPNEGO_SRCS)
7 - ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c" "src/mod_auth_kerb.c"
8 + apxs -c ${CPPFLAGS} ${LDFLAGS} mod_auth_kerb.so
11 ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c -i" "src/mod_auth_kerb.c"