Commit e9c4897b by Kelley Cook Committed by R. Kelley Cook

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
parent 3986a20d
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> 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
* config/m32r/m32r.md: Remove useless calls to gen_lowpart. * config/m32r/m32r.md: Remove useless calls to gen_lowpart.
......
...@@ -166,7 +166,7 @@ STRICT2_WARN = -pedantic -Wno-long-long -Wold-style-definition @WERROR@ ...@@ -166,7 +166,7 @@ STRICT2_WARN = -pedantic -Wno-long-long -Wold-style-definition @WERROR@
NOCOMMON_FLAG = @nocommon_flag@ NOCOMMON_FLAG = @nocommon_flag@
# This is set by --disable-maintainer-mode (default) to "#" # This is set by --disable-maintainer-mode (default) to "#"
MAINT = @MAINT@ MAINT := @MAINT@
# These are set by --enable-checking=valgrind. # These are set by --enable-checking=valgrind.
RUN_GEN = @valgrind_command@ RUN_GEN = @valgrind_command@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment