1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* Makefile.in (epaths-force): No more arch-tag to edit.

This commit is contained in:
Glenn Morris 2011-01-15 15:23:57 -08:00
parent 0d9f702fd0
commit dc3e3e7b22
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2011-01-15 Glenn Morris <rgm@gnu.org>
* Makefile.in (epaths-force): No more arch-tag to edit.
2011-01-15 Chong Yidong <cyd@stupidchicken.com>
* configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
@ -8711,8 +8715,9 @@
;; coding: utf-8
;; End:
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
This file is part of GNU Emacs.

View File

@ -300,8 +300,7 @@ epaths-force: FRC
-e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \
-e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
-e 's;\(#.*PATH_GAME\).*$$;\1 "${gamedir}";' \
-e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \
-e 's;/[*] *arch-tag:.*;/*;') && \
-e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') && \
${srcdir}/move-if-change epaths.h.$$$$ src/epaths.h
# For parallel make, src should be built before leim.