view vpath.sed @ 21204:822da6b28265

(setup-slovak-environment): 3rd arg to setup-8-bit-environment is the default input method, not coding system.
author Richard M. Stallman <rms@gnu.org>
date Tue, 17 Mar 1998 22:53:08 +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)\
\