]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
2000-07-13 Kevin Ryde <user42@zip.com.au>
authorTom Tromey <tromey@redhat.com>
Fri, 14 Jul 2000 01:09:40 +0000 (01:09 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 14 Jul 2000 01:09:40 +0000 (01:09 +0000)
* automake.in (am_install_var): Apply the $(EXEEXT) hack to
EXTRA_PROGRAMS as well as other _PROGRAMS.

ChangeLog
automake.in

index b62f19d3fe4ccce85fa92eae38a94b7b37a99ce1..d033f5c6587a68bbe048a42d9c07cc7577d60e66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-13  Kevin Ryde <user42@zip.com.au>
+
+       * automake.in (am_install_var): Apply the $(EXEEXT) hack to
+       EXTRA_PROGRAMS as well as other _PROGRAMS.
+
 2000-07-02  Jim Meyering  <meyering@lucent.com>
 
        * automake.in (scan_one_configure_file): Recognize AC_LIBOBJ.
index 30d8ef728021ab70c7f8c88b755e7b81ca553999..66ed92d37904e11a66d1032cece9b9f729504a90 100755 (executable)
@@ -7188,15 +7188,6 @@ sub am_install_var
                push (@result, $rcurs);
            }
 
-           # "EXTRA" shouldn't be used when generating clean targets,
-           # all, or install targets.
-           if ($X eq 'EXTRA')
-           {
-               # We used to warn if EXTRA_FOO was defined uselessly,
-               # but this was annoying.
-               next;
-           }
-
            # A blatant hack: we rewrite each _PROGRAMS primary to
            # include EXEEXT when in Cygwin32 mode.
            if ($seen_exeext && $primary eq 'PROGRAMS')
@@ -7263,6 +7254,15 @@ sub am_install_var
                }
            }
 
+           # "EXTRA" shouldn't be used when generating clean targets,
+           # all, or install targets.
+           if ($X eq 'EXTRA')
+           {
+               # We used to warn if EXTRA_FOO was defined uselessly,
+               # but this was annoying.
+               next;
+           }
+
            if ($do_clean)
            {
                $output_rules .=