view vpath.sed @ 36306:866d84ec716e

($(BLD)\dired.obj): Remove reference to VMS header files. ($(BLD)\dispnew.obj): ($(BLD)\editfns.obj): ($(BLD)\fileio.obj): ($(BLD)\filelock.obj): ($(BLD)\keyboard.obj): ($(BLD)\w32proc.obj): ($(BLD)\process.obj): ($(BLD)\sysdep.obj): Ditto.
author Andrew Innes <andrewi@gnu.org>
date Thu, 22 Feb 2001 23:22:52 +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)\
\