mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-29 23:04:12 +08:00
classpath.security: Removed.
* java/security/classpath.security: Removed. * Makefile.in: Rebuilt. * Makefile.am (install-data-local): Don't install classpath.security. From-SVN: r109675
This commit is contained in:
parent
b5cbe7eee3
commit
981fa57201
@ -1,3 +1,10 @@
|
||||
2006-01-13 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* java/security/classpath.security: Removed.
|
||||
* Makefile.in: Rebuilt.
|
||||
* Makefile.am (install-data-local): Don't install
|
||||
classpath.security.
|
||||
|
||||
2006-01-08 Chris Burdess <dog@gnu.org>
|
||||
|
||||
* java/lang/Character.java (toChars,toCodePoint): Correct these
|
||||
|
@ -562,7 +562,7 @@ install-data-local:
|
||||
## FIXME: the obvious approach using lib_DATA doesn't work with
|
||||
## automake 1.4.
|
||||
$(mkinstalldirs) $(DESTDIR)$(secdir)
|
||||
@for f in classpath.security libgcj.security; do \
|
||||
@for f in libgcj.security; do \
|
||||
echo " $(INSTALL_DATA) $(srcdir)/java/security/$$f $(DESTDIR)$(secdir)/$$f"; \
|
||||
$(INSTALL_DATA) $(srcdir)/java/security/$$f $(DESTDIR)$(secdir)/$$f; \
|
||||
done
|
||||
|
@ -9301,7 +9301,7 @@ install-data-local:
|
||||
done
|
||||
-@rm -f tmp-ilist
|
||||
$(mkinstalldirs) $(DESTDIR)$(secdir)
|
||||
@for f in classpath.security libgcj.security; do \
|
||||
@for f in libgcj.security; do \
|
||||
echo " $(INSTALL_DATA) $(srcdir)/java/security/$$f $(DESTDIR)$(secdir)/$$f"; \
|
||||
$(INSTALL_DATA) $(srcdir)/java/security/$$f $(DESTDIR)$(secdir)/$$f; \
|
||||
done
|
||||
|
@ -1 +0,0 @@
|
||||
security.provider.1=gnu.java.security.provider.Gnu
|
Loading…
Reference in New Issue
Block a user