view vpath.sed @ 88708:0816a10eb8ac

(post-read-decode-hz) (pre-write-encode-hz): Moved from chinese.el. (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code) (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Deleted.
author Dave Love <fx@gnu.org>
date Sun, 02 Jun 2002 20:27:27 +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)\
\