]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (handle_subdirs): Make `install-recursive' phony.
authorTom Tromey <tromey@redhat.com>
Tue, 13 Apr 1999 19:20:49 +0000 (19:20 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 13 Apr 1999 19:20:49 +0000 (19:20 +0000)
From Michel de Ruiter.
* automake.in (handle_ltlibraries): Added missing `check'.

ChangeLog
automake.in

index b5c55b067a520c99d47700327230db131bc062e5..437a98787531938cd0f8cee9ee30683cc30d6c6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-04-13  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (handle_subdirs): Make `install-recursive' phony.
+       From Michel de Ruiter.
+
+       * automake.in (handle_ltlibraries): Added missing `check'.
+
 1999-04-12  Tom Tromey  <tromey@cygnus.com>
 
        * ansi2knr.c: New version from Pavel Roskin (via ansi2knr.c
index a047d67e8de74651617667f35bebf8655cd52fe7..43b7dc3cfa4603632d8b94ac933cb803fe30e775 100755 (executable)
@@ -1749,7 +1749,7 @@ sub handle_ltlibraries
 
     local (%instdirs);
     local (%valid) = &am_primary_prefixes ('LTLIBRARIES', 0, 'lib', 'pkglib',
-                                          'noinst');
+                                          'noinst', 'check');
 
     local ($key);
     foreach $key (keys %valid)
@@ -2915,7 +2915,7 @@ sub handle_subdirs
 
     # Push a bunch of phony targets.
     local ($phonies);
-    foreach $phonies ('-data', '-exec', 'dirs')
+    foreach $phonies ('', '-data', '-exec', 'dirs')
     {
        push (@phony, 'install' . $phonies . '-recursive');
        push (@phony, 'uninstall' . $phonies . '-recursive');