]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
always mark OMIT_DEPENDENCIES as seen
authorTom Tromey <tromey@redhat.com>
Wed, 6 Aug 1997 02:39:38 +0000 (02:39 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 6 Aug 1997 02:39:38 +0000 (02:39 +0000)
ChangeLog
automake.in

index 2c666ab519a19fe60c5d094b79bd9c8ef7234280..2a3b7a73b5a021416307d9520c8035617f32ad05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Tue Aug  5 17:49:54 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (handle_dependencies): Always mark OMIT_DEPENDENCIES
+       as seen.
+
        * automake.in (handle_yacc_lex_cxx): Make each _.c file depend on
        ansi2knr.
 
index 795af92a302da768c918622b1e0a57eb0032e999..6b64d4ff3976b35023d06854b56c81175a1e2118 100755 (executable)
@@ -2661,6 +2661,9 @@ sub scan_dependency_file
 # Handle auto-dependency code.
 sub handle_dependencies
 {
+    # Make sure this variable is always marked as used.
+    &examine_variable ('OMIT_DEPENDENCIES');
+
     if ($use_dependencies)
     {
        # Include GNU-make-specific auto-dep code.  Don't include it