view vpath.sed @ 42324:e6593c956da9

(tpu-reset-screen-size): Use set-frame-height and set-frame-width instead of set-screen-height and set-screen-width.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 25 Dec 2001 11:20:28 +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)\
\