view vpath.sed @ 51815:81538ceba107

2003-07-08 Kim F. Storm <storm@cua.dk> * international/mule-cmds.el (set-display-table-and-terminal-coding-system): Don't break bootstrap if standard-display-table isn't setup yet.
author John Paul Wallington <jpw@pobox.com>
date Tue, 08 Jul 2003 09:22:52 +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)\
\