view vpath.sed @ 26015:27732f03c976

(iso-8859-n-locale-regexp): Modify for Latin-[89]. (command-line): Detect Latin-[89] locales.
author Dave Love <fx@gnu.org>
date Thu, 14 Oct 1999 10:23: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)\
\