view vpath.sed @ 38818:b0327e4e1da7

(x_update_menu_appearance): Don't call set_frame_menubar, let the next redisplay do it.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 15 Aug 2001 08:49:21 +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)\
\