]> git.saurik.com Git - bison.git/blobdiff - etc/prefix-gnulib-mk
build: manually update bootstrap from gnulib, and adapt
[bison.git] / etc / prefix-gnulib-mk
index 3ea9f5bdba822c75f91c98f2dde3d4b0b75b23c0..4debcb931833e361b00b7df36bc350145b1b85ba 100755 (executable)
@@ -26,7 +26,7 @@ sub prefix_word ($)
 {
   local ($_) = @_;
   $_ = $prefix . $_
-    unless m{^\$\(\w+\)} || $_ eq "Makefile";
+    unless /^-/ || m{^\$\(\w+\)} || $_ eq "Makefile" || $_ eq '\\';
   return $_;
 }