]> sourceware.org Git - automake.git/commitdiff
* automake.in (finish_languages): Use CCLD, not CLD.
authorTom Tromey <tromey@redhat.com>
Wed, 18 Nov 1998 13:30:55 +0000 (13:30 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 18 Nov 1998 13:30:55 +0000 (13:30 +0000)
ChangeLog
TODO
automake.in

index ac45d92b229beca57ac5eaa11b8ea531eeefa75e..659863d3326b1abbee41f2317a161e67157bd06d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1998-11-18  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (finish_languages): Use CCLD, not CLD.
+
        * automake.in (finish_languages): Define CLD; use it in LINK
        definition.
        (lang_cxx_finish): Define CXXLD; use it in CXXLINK definition.
diff --git a/TODO b/TODO
index ef635cf8edd768f8f38fa896cc368d5e2216b6a9..a922a955bc8ec3e31f50cbfbd242d8a0984a37a8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -480,7 +480,7 @@ add a concept index
 
 move discussion of cygwin32, etags, mkid under other gnu tools
 
-CLD, CXXLD, FLD
+CCLD, CXXLD, FLD
 
 ================================================================
 
index 06ae867f1168dd62d5c81b26aee618c06d9a1c6d..60df7c08b3aaacc1e70181bc892f0924929a11f8 100755 (executable)
@@ -943,8 +943,8 @@ sub finish_languages
                          $ltcompile .
                          '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)')
            if ($seen_libtool);
-       &define_variable ('CLD', '$(CC)');
-       &define_variable ('LINK', $ltlink . '$(CLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@');
+       &define_variable ('CCLD', '$(CC)');
+       &define_variable ('LINK', $ltlink . '$(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@');
     }
 }
 
This page took 0.040616 seconds and 5 git commands to generate.