summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-04-06 15:15:11 +0100
committerBen Laurie <ben@links.org>2013-04-06 15:15:11 +0100
commit1a70fe953a65a1b7ed3814c1bb415814f628ba44 (patch)
treea4ba17ff9790145ef395d766ff5193ebea97ed3b /util
parentea4507ee1ca3a5d9697075ff24eab89fa5711d6b (diff)
Merge, go back to copy-if-different.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index fb13f2e11f..f3a84380d1 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -1372,8 +1372,7 @@ sub do_copy_rule
if ($n =~ /bss_file/)
{ $pp=".c"; }
else { $pp=$p; }
-# $ret.="$to${o}$n$pp: \$(SRC_D)$o$_$pp\n\t\$(PERL) \$(SRC_D)${o}util${o}copy-if-different.pl \"\$(SRC_D)$o$_$pp\" \"$to${o}$n$pp\"\n\n";
- $ret.="$to${o}$n$pp: \$(SRC_D)$o$_$pp\n\t\$(CP) \"\$(SRC_D)$o$_$pp\" \"$to${o}$n$pp\"\n\n";
+ $ret.="$to${o}$n$pp: \$(SRC_D)$o$_$pp\n\t\$(PERL) \$(SRC_D)${o}util${o}copy-if-different.pl \"\$(SRC_D)$o$_$pp\" \"$to${o}$n$pp\"\n\n";
}
return($ret);
}