From d278524c300d2245426d99f12eee7a8188e1bebe Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Mon, 19 Jan 2004 19:22:31 +0000 Subject: . Convert spaces to tabs. --- java/jdk13/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'java/jdk13') diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile index 2e75b0f9d8be..780702122f01 100644 --- a/java/jdk13/Makefile +++ b/java/jdk13/Makefile @@ -84,28 +84,28 @@ PLIST_SUB+= DEBUG:="" .endif .if defined(WITH_NATIVE_THREADS) || defined(WITH_HOTSPOT) -PLIST_SUB+= NATIVE:="" -MAKE_ARGS+= HPIS="green native" -USE_REINPLACE= yes +PLIST_SUB+= NATIVE:="" +MAKE_ARGS+= HPIS="green native" +USE_REINPLACE= yes .else -PLIST_SUB+= NATIVE:="@comment " +PLIST_SUB+= NATIVE:="@comment " .endif .if defined(WITHOUT_PLUGIN) -PLIST_SUB+= PLUGIN:="@comment " +PLIST_SUB+= PLUGIN:="@comment " .else -PLIST_SUB+= PLUGIN:="" +PLIST_SUB+= PLUGIN:="" .endif .if defined(WITH_HOTSPOT) -PLIST_SUB+= HOTSPOT:="" +PLIST_SUB+= HOTSPOT:="" .if defined(NODEBUG) HOTSPOT_TARGETS=product1 product .else HOTSPOT_TARGETS=compiler1 compiler2 .endif .else -PLIST_SUB+= HOTSPOT:="@comment " +PLIST_SUB+= HOTSPOT:="@comment " .endif .include -- cgit v1.2.3