view vpath.sed @ 20950:8555e6a74cb9

(LINUX_MAP_SHARED_DOES_WORK): Define for kernel version after 2.0. (UNEXEC_USE_MAP_PRIVATE): Don't define if LINUX_MAP_SHARED_DOES_WORK.
author Andreas Schwab <schwab@suse.de>
date Fri, 20 Feb 1998 13:06:59 +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)\
\