aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-07-14 17:03:39 +0000
committerAndrew Cagney <cagney@redhat.com>2002-07-14 17:03:39 +0000
commit076043f24e5259aa747489194186d3882fe38e82 (patch)
tree9f9b4b2bc4ae3f29b8589dddf5fb3cacb49d6cf0 /sim
parent92eb23c54adbdf59d6512cf5ce5eab73d8fcc975 (diff)
downloadgdb-076043f24e5259aa747489194186d3882fe38e82.zip
gdb-076043f24e5259aa747489194186d3882fe38e82.tar.gz
gdb-076043f24e5259aa747489194186d3882fe38e82.tar.bz2
From 2002-07-11 Momchil Velikov <velco@fadata.bg>:
* Make-common.in (installdirs): Make $(libdir) too, needed when installing libsim.a.
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)"