view vpath.sed @ 50577:e5f72e7c4f4c

(toplevel): Don't change the face of major-mode on the mode line. Setting the face on the mode line code is installed by my mistake in my last change.
author Masatake YAMATO <jet@gyve.org>
date Sun, 13 Apr 2003 06:30:59 +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)\
\