Avoid potential problems with the existance of a shadow obj directory

confusing the 'make -f tmpfile' in the tmpfile, by creating it in /tmp.
This commit is contained in:
Josef Karthauser 2000-12-17 17:07:40 +00:00
parent 5e5f382630
commit 15d6ae10ad
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ int main(int argc, char **argv)
if(!*execfname) snprintf(execfname, sizeof(execfname), "%s", confname);
snprintf(cachename, sizeof(cachename), "%s.cache", confname);
snprintf(tempfname, sizeof(tempfname), ".tmp_%sXXXXXX", confname);
snprintf(tempfname, sizeof(tempfname), "/tmp/crunchgen_%sXXXXXX", confname);
parse_conf_file();
if (list_mode)