aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog6
-rw-r--r--sim/common/Make-common.in1
2 files changed, 7 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index d8a597d..6ab7edf 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -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.
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 6662efd..744295a 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -592,6 +592,7 @@ install-common: installdirs
installdirs:
$(SHELL) $(srcdir)/../../mkinstalldirs $(bindir)
+ $(SHELL) $(srcdir)/../../mkinstalldirs $(libdir)
check:
cd ../testsuite && $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS)"