From 747f1bc2721c5514d3a617edf7a781320f4c9c50 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 14 Apr 2006 21:21:08 +0000 Subject: [PATCH] Clean up some unnecessary divergences from upstream. --- src/pam/Makefile.in | 2 +- src/ubik/Makefile.in | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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} $? $@ -- 2.39.5