[xchat-gnome] Bug 629382 - build fails with make 3.82



commit aa363bbcae463002f3f4cbebc880e4a587a5035d
Author: Ritesh Khadgaray <khadgaray gmail com>
Date:   Sun Sep 12 07:29:42 2010 +0530

    Bug 629382 -  build fails with make 3.82
    
    replacing spaces with tabs

 Makefile.am                    |    6 ++--
 plugins/autoaway/Makefile.am   |    2 +-
 plugins/perl/Makefile.am       |    2 +-
 plugins/python/Makefile.am     |    2 +-
 src/common/dbus/Makefile.am    |   10 ++++----
 src/libeggsmclient/Makefile.am |   48 ++++++++++++++++++++--------------------
 6 files changed, 35 insertions(+), 35 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e8a70df..0da21bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,9 +16,9 @@ DISTCHECK_CONFIGURE_FLAGS = \
 
 # Build ChangeLog from GIT  history
 ChangeLog:
-        @if test -d $(top_srcdir)/.git; then \
-                GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
-        fi
+	@if test -d $(top_srcdir)/.git; then \
+		GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
+	fi
 
 dist: ChangeLog
 
diff --git a/plugins/autoaway/Makefile.am b/plugins/autoaway/Makefile.am
index c7b65d0..aa9a1ab 100644
--- a/plugins/autoaway/Makefile.am
+++ b/plugins/autoaway/Makefile.am
@@ -1,5 +1,5 @@
 if ENABLE_DBUS
-        AM_CPPFLAGS += -DENABLE_DBUS
+	AM_CPPFLAGS += -DENABLE_DBUS
 endif
 
 plugindir = $(pkglibdir)/plugins
diff --git a/plugins/perl/Makefile.am b/plugins/perl/Makefile.am
index 07094ee..f654fdd 100644
--- a/plugins/perl/Makefile.am
+++ b/plugins/perl/Makefile.am
@@ -4,7 +4,7 @@ plugin_LTLIBRARIES = perl.la
 perl_la_SOURCES = perl.c
 
 perl_la_CPPFLAGS = \
-        -I$(srcdir)/..		\
+	-I$(srcdir)/..		\
 	$(AM_CPPFLAGS)
 
 perl_la_CFLAGS = \
diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am
index 1bb062b..87ea827 100644
--- a/plugins/python/Makefile.am
+++ b/plugins/python/Makefile.am
@@ -5,7 +5,7 @@ python_la_SOURCES = python.c
 
 python_la_CPPFLAGS = \
 	-I$(srcdir)/..			\
-        -I$(top_srcdir)/src/fe-gnome	\
+	-I$(top_srcdir)/src/fe-gnome	\
 	$(AM_CPPFLAGS)
 
 python_la_CFLAGS = \
diff --git a/src/common/dbus/Makefile.am b/src/common/dbus/Makefile.am
index 9368528..e6d4d39 100644
--- a/src/common/dbus/Makefile.am
+++ b/src/common/dbus/Makefile.am
@@ -48,11 +48,11 @@ schema_DATA = $(schema_in_files:.schemas.in=.schemas)
 
 install-data-local: $(schema_DATA)
 if GCONF_SCHEMAS_INSTALL
-        if test -z "$(DESTDIR)" ; then \
-	        for p in $^ ; do \
-	        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
-	        done \
-        fi
+	if test -z "$(DESTDIR)" ; then \
+		for p in $^ ; do \
+		GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
+		done \
+	fi
 endif
 
 EXTRA_DIST =				\
diff --git a/src/libeggsmclient/Makefile.am b/src/libeggsmclient/Makefile.am
index 5af58d4..05b1cfa 100644
--- a/src/libeggsmclient/Makefile.am
+++ b/src/libeggsmclient/Makefile.am
@@ -3,34 +3,34 @@ platform_libs = libeggdesktopfile.la
 platform_ltlibraries = libeggdesktopfile.la
 platform_sources = eggsmclient-xsmp.c
 
-INCLUDES =                               \
-        -DG_LOG_DOMAIN=\""EggSMClient"\" \
-        $(platform_defines)              \
-        $(EGG_SMCLIENT_CFLAGS)
+INCLUDES =					\
+	-DG_LOG_DOMAIN=\""EggSMClient"\"	\
+	$(platform_defines)			\
+	$(EGG_SMCLIENT_CFLAGS)
 
-noinst_LTLIBRARIES =                     \
-        libeggsmclient.la                \
-        $(platform_ltlibraries)
+noinst_LTLIBRARIES =				\
+	libeggsmclient.la			\
+	$(platform_ltlibraries)
 
-libeggsmclient_la_LIBADD =               \
-        $(EGG_SMCLIENT_LIBS)             \
-        $(platform_libs)
+libeggsmclient_la_LIBADD =			\
+	$(EGG_SMCLIENT_LIBS)			\
+	$(platform_libs)
 
-libeggsmclient_la_LDFLAGS =              \
-        $(platform_ldflags)
+libeggsmclient_la_LDFLAGS =			\
+	$(platform_ldflags)
 
-libeggsmclient_la_SOURCES =              \
-        eggsmclient.c                    \
-        eggsmclient.h                    \
-        eggsmclient-private.h            \
-        $(platform_sources)
+libeggsmclient_la_SOURCES =			\
+	eggsmclient.c				\
+	eggsmclient.h				\
+	eggsmclient-private.h			\
+	$(platform_sources)
 
-libeggdesktopfile_la_LIBADD =            \
-        $(EGG_LIBS)
+libeggdesktopfile_la_LIBADD =			\
+	$(EGG_LIBS)
 
-libeggdesktopfile_la_SOURCES =           \
-        eggdesktopfile.c                 \
-        eggdesktopfile.h
+libeggdesktopfile_la_SOURCES =			\
+	eggdesktopfile.c			\
+	eggdesktopfile.h
 
-EXTRA_DIST =                             \
-        eggsmclient-xsmp.c
+EXTRA_DIST =					\
+	eggsmclient-xsmp.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]