view vpath.sed @ 24454:fe0089dd2d2f

(cp1250-decode-table, cp1251-decode-table, cp1253-decode-table, cp1257-decode-table): New translation tables for MS Windows codepages. (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 08 Mar 1999 12:06:07 +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)\
\