view vpath.sed @ 16778:e08944e83eb7

(iso-languages): For Catalan, delete 'C and 'c; delete `i, `I, `u, `U. Add "i, "I. Delete ~t. For Spanish, delete ~t, 'c and 'C.
author Richard M. Stallman <rms@gnu.org>
date Mon, 30 Dec 1996 00:30:21 +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)\
\