view vpath.sed @ 13703:a185c48f6b61 libc-951212 libc-951213

(powerpc-harris-powerunix): Add guess for port to new target.
author Per Bothner <bothner@cygnus.com>
date Tue, 12 Dec 1995 00:47:21 +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)\
\