view vpath.sed @ 14071:59906ecd9b92

(Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time, Finsert_char, Fbuffer_substring, Fbuffer_substring_no_properties, Finsert_buffer_substring, Fdelete_region, Fnarrow_to_region): Harmonize arguments with documentation. (Fformat_time_string): Allow TIME to default to current time.
author Erik Naggum <erik@naggum.no>
date Tue, 09 Jan 1996 00:31:34 +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)\
\