]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (MAINT): Make it an immediate assignment.
authorKelley Cook <kcook@gcc.gnu.org>
Thu, 15 Jan 2004 23:49:11 +0000 (23:49 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Thu, 15 Jan 2004 23:49:11 +0000 (23:49 +0000)
2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>

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

From-SVN: r75950

gcc/ChangeLog
gcc/Makefile.in

index 7a40e84489e0d295d94fe32bcde0e32611c5ed1b..2c95abb857f4aabe043e48ca0e776b498c7b69ec 100644 (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.
index d90e441fea194bc0f008ad94df11fbb6635dfae6..b099e71fbd31f57bc42ccd4eedea9d411de6855d 100644 (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@