comparison vpath.sed @ 4703:c5419d943526

Initial revision
author Roland McGrath <roland@gnu.org>
date Sun, 12 Sep 1993 10:45:13 +0000
parents
children 4e736dcf8065
comparison
equal deleted inserted replaced
4702:2641ab559aae 4703:c5419d943526
1 /^VPATH *=/c\
2 # This works only in GNU make. Using the patterns avoids\
3 # object files being found by VPATH, and thus permits building\
4 # when $srcdir is configured itself.\
5 vpath ymakefile $(srcdir)\
6 vpath %.c $(srcdir)\
7 vpath %.h $(srcdir)\
8 \