diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-13 21:26:55 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-13 21:26:55 +0000 |
| commit | ccef4ce5c270f581631359f51277f5b06d37034b (patch) | |
| tree | 78fe6ad04b07c222feb2cef83bac86f2c3bd8963 /libjava | |
| parent | 73ec2873dc38be19aab17ced3ca013ef0f304f96 (diff) | |
| download | ppe42-gcc-ccef4ce5c270f581631359f51277f5b06d37034b.tar.gz ppe42-gcc-ccef4ce5c270f581631359f51277f5b06d37034b.zip | |
* java/security/classpath.security: Removed.
* Makefile.in: Rebuilt.
* Makefile.am (install-data-local): Don't install
classpath.security.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109675 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
| -rw-r--r-- | libjava/ChangeLog | 7 | ||||
| -rw-r--r-- | libjava/Makefile.am | 2 | ||||
| -rw-r--r-- | libjava/Makefile.in | 2 | ||||
| -rw-r--r-- | libjava/java/security/classpath.security | 1 |
4 files changed, 9 insertions, 3 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index e8060abf1b2..0da77f3ffac 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -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 diff --git a/libjava/Makefile.am b/libjava/Makefile.am index d01645fffcb..b5ec81985e0 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -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 diff --git a/libjava/Makefile.in b/libjava/Makefile.in index 66e5fc5c3c7..005c118a59b 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -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 diff --git a/libjava/java/security/classpath.security b/libjava/java/security/classpath.security deleted file mode 100644 index 8596a6e765d..00000000000 --- a/libjava/java/security/classpath.security +++ /dev/null @@ -1 +0,0 @@ -security.provider.1=gnu.java.security.provider.Gnu |

