view vpath.sed @ 25748:6fddda6e635e

Add prototype for uninterrupt_malloc, memory_warnings, init_fileio_once, syms_of_sound, init_xfns, init_fns init_sound, check_message_stack.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 16 Sep 1999 20:20:01 +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)\
\