view vpath.sed @ 44622:a632dc3d85af

Add entries for some things I did earlier: *Grep no devnull (+ call-process-shell-command) *Face custom widget changes *RFN-eshadow *Scrollbar shadow anti-dither fix *Buttons *`comint-input-previous-argument'
author Miles Bader <miles@gnu.org>
date Tue, 16 Apr 2002 14:28:10 +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)\
\