view vpath.sed @ 22868:79e11bd92691

(Makefile, src/Makefile, src/config.stamp) (lib-src/Makefile, man/Makefile, oldXMenu/Makefile) (lwlib/Makefile, leim/Makefile): Prepend $(srcdir)/ to rule dependencies outside this dir.
author Richard M. Stallman <rms@gnu.org>
date Sun, 02 Aug 1998 00:21:33 +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)\
\