Avoid spurious rebuilds of the dynamic lookups Makefile.
authorTony Finch <dot@dotat.at>
Fri, 7 Dec 2012 17:44:42 +0000 (17:44 +0000)
committerTony Finch <dot@dotat.at>
Fri, 7 Dec 2012 17:55:13 +0000 (17:55 +0000)
This was noticable when re-building as a non-privileged user
after installing as root; lookups/Makefile had been rebuilt
by root and when it was rebuilt again by the unprivileged user
`mv` demanded confirmation before overwriting the file.


No differences found