Mercurial > emacs
view vpath.sed @ 15593:88900acd9f99 make-3-74-5 make-3-74-6 make-3-74-7 make-3-75
formatting tweaks
author | Mike Stump <mrs@apple.com> |
---|---|
date | Wed, 03 Jul 1996 23:05:19 +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)\ \