view vpath.sed @ 23356:a05ab8915917

(build-mail-aliases): Don't allow a newline in the alias name. Don't define an alias if the definition would be empty.
author Karl Heuer <kwzh@gnu.org>
date Wed, 30 Sep 1998 19:16:47 +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)\
\