view vpath.sed @ 21597:409211e285bc

(w32-system-shells): Add 4dos and 4nt. (w32-allow-system-shell, w32-valid-locales): New variable. (w32-check-shell-configuration): Make interactive. Obey w32-allow-system-shell. (w32-get-valid-locale-ids, w32-list-locales): New functions. (w32-init-info): Fix relative path to info directory.
author Geoff Voelker <voelker@cs.washington.edu>
date Fri, 17 Apr 1998 05:03:43 +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)\
\