Initial revision
authorRoland McGrath <roland@gnu.org>
Sun, 12 Sep 1993 10:45:13 +0000 (10:45 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 12 Sep 1993 10:45:13 +0000 (10:45 +0000)
vpath.sed [new file with mode: 0644]

diff --git a/vpath.sed b/vpath.sed
new file mode 100644 (file)
index 0000000..4f43cd4
--- /dev/null
+++ b/vpath.sed
@@ -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)\
+\