view vpath.sed @ 45851:7b1f766314f6

2002-06-17 Andrew Choi <akochoi@shaw.ca> * mac.c (do_applescript): Call initialize_applescript if necessary when first called. Dispose of result_desc only when there is no error. (Fdo_applescript): Use %d format specifier instead of %ld.
author Andrew Choi <akochoi@shaw.ca>
date Mon, 17 Jun 2002 06:06:03 +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)\
\