aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2004-01-15 23:49:11 +0000
committerKelley Cook <kcook@gcc.gnu.org>2004-01-15 23:49:11 +0000
commitabb43722832ab5de20c8d39b2cbc797953a16166 (patch)
tree126bd48e11913b72a5806c84f5703d918f5843cd
parent1517bad3b4ea10d78aab8dcf55512036a2ac7acd (diff)
2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (MAINT): Make it an immediate assignment. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75950 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7a40e84489e..2c95abb857f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index d90e441fea1..b099e71fbd3 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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@