Mercurial > emacs
view vpath.sed @ 24873:2033936f1aa7
(tar-header-block-tokenize): Don't assume that the last byte
of a numeric field is a space or a NUL. Parse it as
potentially part of the number. This is used by GNU tar
1.12.64012 to handle larger values.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 20 Jun 1999 19:35:07 +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)\ \