]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Clean up some unnecessary divergences from upstream.
authorRuss Allbery <rra@debian.org>
Fri, 14 Apr 2006 21:21:08 +0000 (21:21 +0000)
committerRuss Allbery <rra@debian.org>
Fri, 14 Apr 2006 21:21:08 +0000 (21:21 +0000)
src/pam/Makefile.in
src/ubik/Makefile.in

index fa01c80f4b3dc3f9de4a6d284090879529d12a59..dcd11a674dd58242fb1b326d9d43a0bf97de8952 100644 (file)
@@ -49,7 +49,7 @@ afs_auth.o: afs_auth.c afs_pam_msg.h afs_message.h afs_util.h
        ${CC} ${CFLAGS} -c ${srcdir}/afs_auth.c -o afs_auth.o
 
 afs_auth_krb.o: afs_auth.c afs_pam_msg.h afs_message.h afs_util.h
-       ${CC} ${CFLAGS} -DAFS_KERBEROS_ENV  -c ${srcdir}/afs_auth.c -o afs_auth_krb.o
+       ${CC} ${CFLAGS} -DAFS_KERBEROS_ENV -c ${srcdir}/afs_auth.c -o afs_auth_krb.o
 
 afs_util.o: afs_util.c afs_pam_msg.h afs_message.h afs_util.h
        ${CC} ${CFLAGS} -c ${srcdir}/afs_util.c -o afs_util.o
index db9d6b675ebfe422042b48c705d0f23b21d16f16..fd3103f4f454139ca7d75a5dea6df12965ea008e 100644 (file)
@@ -149,8 +149,6 @@ clean:
 
 include ../config/Makefile.version
 
-all: depinstall ${TOP_LIBDIR}/libubik.a udebug utst_server utst_client
-
 ${DESTDIR}${libdir}/libubik.a: libubik.a
        ${INSTALL} $? $@