view vpath.sed @ 21644:dd9d371a4489

(elisp): Don't try to make makeinfo. Run makeinfo without specifying a directory. (srcs): Add nonascii.texi, customize.texi and advice.texi. (dist): Start by deleting `temp'. (makeinfo, texindex): Targets deleted. (makeinfo.o, texindex.o): Targets deleted. (clean, dist): Don't do anything with them or with getopt*. (SHELL): Defined. (elisp.tps): New target. (elisp.dvi): Depend on elisp.tps.
author Richard M. Stallman <rms@gnu.org>
date Sat, 18 Apr 1998 16:24:14 +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)\
\