view vpath.sed @ 16484:96df462c5f15

(BROKEN_O_NONBLOCK): Define only if Ultrix. (LIBS_MACHINE, KERNEL_FILE): Don't define if __NetBSD__. (C_SWITCH_X_MACHINE): Define only if Ultrix. [__NetBSD__] (START_FILES, CANNOT_DUMP): New definitions. [__NetBSD__] (RUN_TIME_REMAP, UNEXEC): Undef them.
author Richard M. Stallman <rms@gnu.org>
date Wed, 30 Oct 1996 05:11:12 +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)\
\