2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
.:

        Rubber stamped by Darin.

        Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
        whitespaces introduced in the previous commit.

        * GNUmakefile.am: 

JavaScriptCore:

        Rubber stamped by Darin.

        Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
        whitespaces introduced in the previous commit.

        * GNUmakefile.am: 

WebKitTools:

        Rubber stamped by Darin.

        Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
        whitespaces introduced in the previous commit.

        * GNUmakefile.am:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@30542 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/GNUmakefile.am b/JavaScriptCore/GNUmakefile.am
index 20c787f..63e604c 100644
--- a/JavaScriptCore/GNUmakefile.am
+++ b/JavaScriptCore/GNUmakefile.am
@@ -151,29 +151,29 @@
 	JavaScriptCore/API/minidom.c
 Programs_minidom_CPPFLAGS = $(global_cppflags)
 Programs_minidom_CFLAGS = \
-        $(global_cflags) \
-        $(GLOBALDEPS_CFLAGS)
+	$(global_cflags) \
+	$(GLOBALDEPS_CFLAGS)
 Programs_minidom_CXXFLAGS = \
-        $(global_cxxflags) \
-        $(global_cflags) \
-        $(GLOBALDEPS_CFLAGS)
+	$(global_cxxflags) \
+	$(global_cflags) \
+	$(GLOBALDEPS_CFLAGS)
 Programs_minidom_LDADD = \
-         libJavaScriptCore.la \
-        $(GLOBALDEPS_LIBS) \
-        $(ICU_LIBS)
+	 libJavaScriptCore.la \
+	$(GLOBALDEPS_LIBS) \
+	$(ICU_LIBS)
 Programs_minidom_LDFLAGS = -rpath $(CURDIR)/.libs
 
 # testkjs
 Programs_testkjs_SOURCES = JavaScriptCore/kjs/testkjs.cpp
 Programs_testkjs_CPPFLAGS = $(global_cppflags)
 Programs_testkjs_CXXFLAGS = \
-        $(global_cxxflags) \
-        $(global_cflags) \
-        $(GLOBALDEPS_CFLAGS)
+	$(global_cxxflags) \
+	$(global_cflags) \
+	$(GLOBALDEPS_CFLAGS)
 Programs_testkjs_LDADD = \
-        libJavaScriptCore.la \
-        $(GLOBALDEPS_LIBS) \
-        $(ICU_LIBS)
+	libJavaScriptCore.la \
+	$(GLOBALDEPS_LIBS) \
+	$(ICU_LIBS)
 Programs_testkjs_LDFLAGS = -rpath $(CURDIR)/.libs
 
 # Clean rules for JavaScriptCore