view vpath.sed @ 12924:8172973fd6e4

(tcl-hilit): New function from "Chris Alfeld" <calfeld@math.utah.edu> (tcl-mode): Call it
author Tom Tromey <tromey@redhat.com>
date Tue, 22 Aug 1995 17:49: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)\
\