# HG changeset patch # User Roland McGrath # Date 747830713 0 # Node ID c5419d94352679aefc9845b29a9016aba8472114 # Parent 2641ab559aaeb6fd0cf44348683cd9f91d0b40d7 Initial revision diff -r 2641ab559aae -r c5419d943526 vpath.sed --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vpath.sed Sun Sep 12 10:45:13 1993 +0000 @@ -0,0 +1,8 @@ +/^VPATH *=/c\ +# This works only in GNU make. Using the patterns avoids\ +# object files being found by VPATH, and thus permits building\ +# when $srcdir is configured itself.\ +vpath ymakefile $(srcdir)\ +vpath %.c $(srcdir)\ +vpath %.h $(srcdir)\ +\