view vpath.sed @ 20255:8c8f90c95569

(x_handle_selection_request): Use xfree, not free. (unexpect_property_change, x_get_window_property_as_lisp_data): Ditto. (x_handle_property_notify, receive_incremental_selection): Ditto. (selection_data_to_lisp_data, Fx_get_cut_buffer_internal): Ditto.
author Karl Heuer <kwzh@gnu.org>
date Sat, 15 Nov 1997 20:16:49 +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)\
\