view vpath.sed @ 19847:f4f4b72d1239

(alpha): Replace CPU-determining program with one that's more precise and also supports pca56 and ev6. Handle those in returned name.
author Richard Kenner <kenner@gnu.org>
date Tue, 09 Sep 1997 14:10:23 +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)\
\