view vpath.sed @ 38816:e4e0e5593284

Doc fix. (ps-mule-encode-header-string): If STRING is not a string, replace STRING by empty string.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 15 Aug 2001 08:05:45 +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)\
\