view vpath.sed @ 21809:57a5d5cf9f1b

(INSTALL_INFO): New variable. (install-arch-indep): Don't replace the dir file if it already exists. Use the install-info program, via INSTALL_INFO, to add entries. Make the `info' subdir and the Info files world-readable. (mkdir): Create the site-lisp dirs. (install-arch-indep): Make site-lisp/subdirs files world-readable.
author Richard M. Stallman <rms@gnu.org>
date Tue, 28 Apr 1998 21:15:12 +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)\
\