* configure.ac (AC_CONFIG_FILES): Removed src/scripts/rmic and
authortwisti <none@none>
Wed, 4 Oct 2006 12:09:26 +0000 (12:09 +0000)
committertwisti <none@none>
Wed, 4 Oct 2006 12:09:26 +0000 (12:09 +0000)
src/scripts/rmiregistry.
* src/scripts/Makefile.am (bin_SCRIPTS): Removed trailing \.

configure.ac
src/scripts/Makefile.am

index 7ff53f9035ff9b5b15e6f35e22d4cb0eaf676e2c..10a39fe2d91adfe0f8d077afabef73c7ae391adb 100644 (file)
@@ -859,8 +859,6 @@ AC_CONFIG_FILES([Makefile]
                [src/native/vm/Makefile]
                [src/scripts/Makefile]
                [src/scripts/java]
-               [src/scripts/rmic]
-               [src/scripts/rmiregistry]
                [src/threads/Makefile]
                [src/threads/native/Makefile]
                [src/threads/none/Makefile]
index 8341e83f362ebabbbb5ac56e53a5d4bcc9309e2a..c9fd64fa973fa306302f215c51ff4e7e599eb3e3 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 5659 2006-10-04 10:37:09Z twisti $
+## $Id: Makefile.am 5660 2006-10-04 12:09:26Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
 bin_SCRIPTS = \
-       java \
+       java
 
 
 ## Local variables: