]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
From 2002-07-11 Momchil Velikov <velco@fadata.bg>:
authorAndrew Cagney <cagney@redhat.com>
Sun, 14 Jul 2002 17:04:46 +0000 (17:04 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 14 Jul 2002 17:04:46 +0000 (17:04 +0000)
* Make-common.in (installdirs): Make $(libdir) too, needed when
installing libsim.a.

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

index 84c2964a4b0da2dca4377a535ed192a9b5832422..61530ec1bc6950105bcd82164a7c740ef42869a3 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-02-24  Andrew Cagney  <ac131313@redhat.com>
 
        From wiz at danbala:
index 519b213da739cb90d8df2d0f67ee359e02119cb0..075b6ed42a000ae79d7564152781871e4ebb60f5 100644 (file)
@@ -599,6 +599,7 @@ install-common: installdirs
 
 installdirs:
        $(SHELL) $(srcdir)/../../mkinstalldirs $(bindir)
+       $(SHELL) $(srcdir)/../../mkinstalldirs $(libdir)
 
 check:
        cd ../testsuite && $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS)"