From 2002-07-11 Momchil Velikov <velco@fadata.bg>:
authorAndrew Cagney <cagney@redhat.com>
Sun, 14 Jul 2002 17:03:39 +0000 (17:03 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 14 Jul 2002 17:03:39 +0000 (17:03 +0000)
* Make-common.in (installdirs): Make $(libdir) too, needed when
installing libsim.a.

sim/common/ChangeLog
sim/common/Make-common.in

index d8a597da086bce800a731d6206e80c8183d072d7..6ab7edf0499560341521b8e0a2f903d1c997bc6d 100644 (file)
@@ -1,3 +1,9 @@
+2002-07-14  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2002-07-11 Momchil Velikov <velco@fadata.bg>:
+       * Make-common.in (installdirs): Make $(libdir) too, needed when
+       installing libsim.a.
+
 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
 
        * gennltvals.sh (dir): Mark d30v as obsolete.
index 6662efd748a75a88d0c1ad156745440b13579a5a..744295a02cb1168cad4f714da51e79283fc1f101 100644 (file)
@@ -592,6 +592,7 @@ install-common: installdirs
 
 installdirs:
        $(SHELL) $(srcdir)/../../mkinstalldirs $(bindir)
+       $(SHELL) $(srcdir)/../../mkinstalldirs $(libdir)
 
 check:
        cd ../testsuite && $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS)"