OSDN Git Service

2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jan 2004 23:49:11 +0000 (23:49 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jan 2004 23:49:11 +0000 (23:49 +0000)
* Makefile.in (MAINT): Make it an immediate assignment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75950 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 7a40e84..2c95abb 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 d90e441..b099e71 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@