Makefile.in (MAINT): Make it an immediate assignment.

2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>

	* Makefile.in (MAINT): Make it an immediate assignment.

From-SVN: r75950
This commit is contained in:
Kelley Cook 2004-01-15 23:49:11 +00:00 committed by R. Kelley Cook
parent 3986a20dda
commit e9c4897b28
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (MAINT): Make it an immediate assignment.
2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
* config/m32r/m32r.md: Remove useless calls to gen_lowpart.

View File

@ -166,7 +166,7 @@ STRICT2_WARN = -pedantic -Wno-long-long -Wold-style-definition @WERROR@
NOCOMMON_FLAG = @nocommon_flag@
# This is set by --disable-maintainer-mode (default) to "#"
MAINT = @MAINT@
MAINT := @MAINT@
# These are set by --enable-checking=valgrind.
RUN_GEN = @valgrind_command@