Browse Source

Previous checkin introduced this bug: a whitespace is inserted by putting a comment at the end of the macro assignment for Solaris JDK Version; moved the comment to one line above.

Noriko Hosoi 19 years ago
parent
commit
77746d7017
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ldap/javarules.mk

+ 2 - 2
ldap/javarules.mk

@@ -82,8 +82,8 @@ ifeq ($(INTERNAL_BUILD), 1)
     ifeq ($(ARCH), HPUX)
       JDK_VERSION:=1.4.2_09
       JDK_VERSDIR:=hpjdk/$(JDK_VERSION)
-    else
-      JDK_VERSION:=1.4.2_10 # Solaris
+    else # Solaris
+      JDK_VERSION:=1.4.2_10
       JDK_VERSDIR:=jdk/$(JDK_VERSION)/$(NSOBJDIR_NAME)
     endif
   endif