From: Peter Breitenlohner Date: Tue, 1 Jul 2003 20:14:29 +0000 (+0000) Subject: eliminate-bogus-rebuilding-20030701 X-Git-Tag: openafs-devel-1_3_50~140 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=010af620459e2af0841810f1b232eccd7bc4ccb1;p=packages%2Fo%2Fopenafs.git eliminate-bogus-rebuilding-20030701 FIXES 1651 so makefiles have proper dependancies --- diff --git a/src/budb/Makefile.in b/src/budb/Makefile.in index 2fd13d585..7d6d4c087 100644 --- a/src/budb/Makefile.in +++ b/src/budb/Makefile.in @@ -47,7 +47,11 @@ SERVER_OBJS = ${COMMON_OBJS} budb.ss.o budb.xdr.o dbs_dump.o db_lock.o db_text.o all: ${TOP_LIBDIR}/libbudb.a ${TOP_INCDIR}/afs/budb.h ${TOP_INCDIR}/afs/budb_errs.h ${TOP_INCDIR}/afs/budb_client.h budb_server -budb_errs.o: budb_errs.c +# +# budb_errs.o actually depends on neither budb_client.h nor budb_errs.h +# but generating either of them will rebuild budb_errs.c +# +budb_errs.o: budb_errs.c budb_client.h budb_errs.h budb_errs.c budb_client.h: budb_errs.et budb_client.p.h $(RM) -f budb_client.h budb_errs.c; ${COMPILE_ET} -p ${srcdir} budb_errs -h budb_client