mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
dirpath-h-tmp-delete-20060801
Cleanup dirpath.h.tmp when dirpath.h doesn't need to be updated.
This commit is contained in:
parent
46574ccb91
commit
892d231ec9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user