mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-05 00:04:22 +08:00
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:
parent
92eb23c54a
commit
076043f24e
@ -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>
|
2002-07-13 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* gennltvals.sh (dir): Mark d30v as obsolete.
|
* gennltvals.sh (dir): Mark d30v as obsolete.
|
||||||
|
@ -592,6 +592,7 @@ install-common: installdirs
|
|||||||
|
|
||||||
installdirs:
|
installdirs:
|
||||||
$(SHELL) $(srcdir)/../../mkinstalldirs $(bindir)
|
$(SHELL) $(srcdir)/../../mkinstalldirs $(bindir)
|
||||||
|
$(SHELL) $(srcdir)/../../mkinstalldirs $(libdir)
|
||||||
|
|
||||||
check:
|
check:
|
||||||
cd ../testsuite && $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS)"
|
cd ../testsuite && $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS)"
|
||||||
|
Loading…
Reference in New Issue
Block a user