view vpath.sed @ 23139:bdfd64faa90a

(NOT_USING_MOTIF): New macro. (LD_SWITCH_SYSTEM_TEMACS): Put /usr/dt/lib in the link library path only if we're not building with Motif.
author Paul Eggert <eggert@twinsun.com>
date Fri, 28 Aug 1998 23:38:20 +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)\
\