diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2006-04-07 16:31:10 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-04-07 16:31:10 +0000 |
commit | 77746d701704a780a3255ee9c8464f57524e3784 (patch) | |
tree | 355fdd31cc8d96a335113f9d70b29b78aa2ab8fa | |
parent | 79ed063f69036e5d8ecd264fe73da80655edec4c (diff) | |
download | ds-77746d701704a780a3255ee9c8464f57524e3784.tar.gz ds-77746d701704a780a3255ee9c8464f57524e3784.tar.xz ds-77746d701704a780a3255ee9c8464f57524e3784.zip |
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.
-rw-r--r-- | ldap/javarules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/javarules.mk b/ldap/javarules.mk index 7250acff..a133492e 100644 --- a/ldap/javarules.mk +++ b/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 |