Mercurial > emacs
view vpath.sed @ 12508:2b4958c6268a
(forms-mode): treat local-write-file-hooks as a list.
author | Johan Vromans <jvromans@squirrel.nl> |
---|---|
date | Sat, 08 Jul 1995 13:16:54 +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)\ \