view vpath.sed @ 83623:85ebbe91c285

Revert to official bug report addresses. * lisp/mail/emacsbug.el (report-emacs-bug-pretest-address): Revert to official Emacs pretest bug report address. * src/emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Revert to official Emacs pretest bug report address. Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-13 Creator: Karoly Lorentey <karoly@lorentey.hu>
author Miles Bader <miles@gnu.org>
date Sun, 20 May 2007 23:29:21 +0000
parents 695cf19ef79e
children 375f2633d815
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)\
\

# arch-tag: 56a64b50-e4e8-443a-960f-f13af0f1a545