view vpath.sed @ 32962:496ce24f9ddc

2000-10-27 Dave Love <fx@gnu.org> * mm-decode.el (mm-valid-and-fit-image-p): Don't test display-graphic-p here. 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu> * mm-decode.el (mm-viewer-completion-map): New. (mm-interactively-view-part): Use it.
author Dave Love <fx@gnu.org>
date Fri, 27 Oct 2000 16:45:53 +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)\
\