Initial revision
This commit is contained in:
parent
21af68b674
commit
264a954bab
1 changed files with 8 additions and 0 deletions
8
vpath.sed
Normal file
8
vpath.sed
Normal 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)\
|
||||
\
|
Loading…
Add table
Reference in a new issue