From c659f8e2a6c4042ff4b7bf9cd70655cb2ff54fcd Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 25 Jul 2009 03:32:24 +0200 Subject: fixing whitespace damage, no code changes Signed-off-by: Denys Vlasenko --- Makefile.am | 2 +- src/Hooks/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index a2e6cc8..b839897 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = lib src inc -EXTRA_DIST = doc/CodingStyle abrt.spec \ No newline at end of file +EXTRA_DIST = doc/CodingStyle abrt.spec diff --git a/src/Hooks/Makefile.am b/src/Hooks/Makefile.am index d914941..fb354e7 100644 --- a/src/Hooks/Makefile.am +++ b/src/Hooks/Makefile.am @@ -6,7 +6,7 @@ hookCCpp_LDADD = ../../lib/Utils/libABRTUtils.la hookCCpp_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../../lib/Utils \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ -DVAR_RUN=\"$(VAR_RUN)\" - + python_PYTHON = sitecustomize.py abrt_exception_handler.py EXTRA_DIST = abrt_exception_handler.py.in @@ -17,7 +17,7 @@ CLEANFILES := $(notdir $(wildcard *~)) $(notdir $(wildcard *\#)) $(notdir $(wild abrt_exception_handler.py: sed s,@DEBUG_DUMP_DIR@,$(DEBUG_DUMPS_DIR),g abrt_exception_handler.py.in > abrt_exception_handler.py - + # RPM fix: we need to regenerate abrt_exception_handler.py, because it has the default ddir install-data-local: sed s,@DEBUG_DUMP_DIR@,$(DEBUG_DUMPS_DIR),g abrt_exception_handler.py.in > abrt_exception_handler.py -- cgit