diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-14 17:03:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-14 17:03:39 +0000 |
commit | 076043f24e5259aa747489194186d3882fe38e82 (patch) | |
tree | 9f9b4b2bc4ae3f29b8589dddf5fb3cacb49d6cf0 /sim | |
parent | 92eb23c54adbdf59d6512cf5ce5eab73d8fcc975 (diff) | |
download | binutils-076043f24e5259aa747489194186d3882fe38e82.tar.gz binutils-076043f24e5259aa747489194186d3882fe38e82.tar.bz2 binutils-076043f24e5259aa747489194186d3882fe38e82.zip |
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/ChangeLog | 6 | ||||
-rw-r--r-- | sim/common/Make-common.in | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index d8a597da086..6ab7edf0499 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 6662efd748a..744295a02cb 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)" |