From: Russ Allbery Date: Fri, 14 Apr 2006 21:21:08 +0000 (+0000) Subject: Clean up some unnecessary divergences from upstream. X-Git-Tag: debian/1.4.1-1~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=747f1bc2721c5514d3a617edf7a781320f4c9c50;p=packages%2Fo%2Fopenafs.git Clean up some unnecessary divergences from upstream. --- diff --git a/src/pam/Makefile.in b/src/pam/Makefile.in index fa01c80f4..dcd11a674 100644 --- a/src/pam/Makefile.in +++ b/src/pam/Makefile.in @@ -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 diff --git a/src/ubik/Makefile.in b/src/ubik/Makefile.in index db9d6b675..fd3103f4f 100644 --- a/src/ubik/Makefile.in +++ b/src/ubik/Makefile.in @@ -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} $? $@