dirpath-h-tmp-delete-20060801

Cleanup dirpath.h.tmp when dirpath.h doesn't need to be updated.
This commit is contained in:
Russ Allbery 2006-08-01 22:52:54 +00:00
parent 46574ccb91
commit 892d231ec9

View 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