dirpath-h-tmp-delete-20060801
authorRuss Allbery <rra@stanford.edu>
Tue, 1 Aug 2006 22:52:54 +0000 (22:52 +0000)
committerRuss Allbery <rra@stanford.edu>
Tue, 1 Aug 2006 22:52:54 +0000 (22:52 +0000)
Cleanup dirpath.h.tmp when dirpath.h doesn't need to be updated.

src/util/Makefile.in

index 3bc8352..308bb61 100644 (file)
@@ -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