From 2002-07-11 Momchil Velikov <velco@fadata.bg>:

* Make-common.in (installdirs): Make $(libdir) too, needed when
installing libsim.a.
This commit is contained in:
Andrew Cagney 2002-07-14 17:03:39 +00:00
parent 92eb23c54a
commit 076043f24e
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -592,6 +592,7 @@ install-common: installdirs
installdirs:
$(SHELL) $(srcdir)/../../mkinstalldirs $(bindir)
$(SHELL) $(srcdir)/../../mkinstalldirs $(libdir)
check:
cd ../testsuite && $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS)"