aboutsummaryrefslogtreecommitdiff
path: root/sim/common/Make-common.in
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/common/Make-common.in
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/common/Make-common.in')
-rw-r--r--sim/common/Make-common.in1
1 files changed, 1 insertions, 0 deletions
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)"