Initial revision

This commit is contained in:
Roland McGrath 1993-09-12 10:45:13 +00:00
parent 21af68b674
commit 264a954bab

8
vpath.sed Normal file
View file

@ -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)\
\