view vpath.sed @ 12515:33e32dc21948

(tcl-do-fill-paragraph): New function. (tcl-mode): Set up for paragraph filling.
author Tom Tromey <tromey@redhat.com>
date Sun, 09 Jul 1995 21:58:03 +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)\
\