view vpath.sed @ 16826:e7ad34b65d8e

(compare_env, merge_and_sort_env): New functions. (sys_spawnve): Sort environment variables for subprocess. (ppid_env_var_buffer): Variable deleted.
author Geoff Voelker <voelker@cs.washington.edu>
date Sat, 04 Jan 1997 22:26:26 +0000
parents 4e736dcf8065
children 695cf19ef79e
line wrap: on
line source

/^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 %.c $(srcdir)\
vpath %.h $(srcdir)\
\