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/common/Make-common.in | |
| parent | 92eb23c54adbdf59d6512cf5ce5eab73d8fcc975 (diff) | |
| download | ppe42-binutils-076043f24e5259aa747489194186d3882fe38e82.tar.gz ppe42-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/common/Make-common.in')
| -rw-r--r-- | sim/common/Make-common.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 6662efd748..744295a02c 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)" |

