Skip to content
Snippets Groups Projects
Commit 4a76d535 authored by sof's avatar sof
Browse files

[project @ 1997-03-20 11:48:23 by sof]

Maintain backup file (fixed)
parent c47fdfe3
No related merge requests found
......@@ -217,7 +217,8 @@ unlink("$Makefile.bak");
#
if ( ! -f $Makefile.bak ) {
system("touch $Makefile.bak");
} else {
}
if ( -f $Makefile ) {
rename($Makefile,"$Makefile.bak");
}
# now copy Makefile.bak into Makefile, rm'ing old dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment