view vpath.sed @ 18654:c5f070514f07

Set up real-leim subdirectory, with the real contents of leim; then move it to a separate top-level directory. Initialize a `leim' subdirectory with leim-Makefile.in. Don't mention site-lisp, site-init, site-start or default, when listing files hat are not compiled and should be.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Jul 1997 03:42:47 +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)\
\