annotate vpath.sed @ 15462:6418750a8408
libc-1-92 libc-960621 libc-960622 libc-960623 libc-960624 libc-960625 libc-960626 libc-960627 libc-960628
Add support for PowerPC Linux
author |
Michael Meissner <gnu@the-meissners.org> |
date |
Thu, 20 Jun 1996 16:20:05 +0000 (1996-06-20) |
parents |
4e736dcf8065 |
children |
695cf19ef79e |
rev |
line source |
4703
|
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 %.c $(srcdir)\
|
|
6 vpath %.h $(srcdir)\
|
|
7 \
|