From 892d231ec91f17506c37cf727c0571a1ff85b0dc Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 1 Aug 2006 22:52:54 +0000 Subject: [PATCH] dirpath-h-tmp-delete-20060801 Cleanup dirpath.h.tmp when dirpath.h doesn't need to be updated. --- src/util/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/Makefile.in b/src/util/Makefile.in index 3bc8352d9f..308bb6104b 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -114,6 +114,7 @@ dirpath.h: ${srcdir}/dirpath.hin Makefile ${srcdir}/dirpath.hin >dirpath.h.tmp && \ if cmp dirpath.h.tmp dirpath.h >/dev/null ; then : ; else \ mv dirpath.h.tmp dirpath.h ; fi) + rm -f dirpath.h.tmp util.a: ${objects} AFS_component_version_number.o $(RM) -f util.a