changeset 4703:c5419d943526

Initial revision
author Roland McGrath <roland@gnu.org>
date Sun, 12 Sep 1993 10:45:13 +0000
parents 2641ab559aae
children b5d192c0f910
files vpath.sed
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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)\
+\