summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-25 03:32:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-25 03:32:24 +0200
commitc659f8e2a6c4042ff4b7bf9cd70655cb2ff54fcd (patch)
treef88fe7888e28d2569a5ea5b8149df26bba222909 /src
parentcd561b99cd711d8be2b84280fa170943e5a4da60 (diff)
downloadabrt-c659f8e2a6c4042ff4b7bf9cd70655cb2ff54fcd.tar.gz
abrt-c659f8e2a6c4042ff4b7bf9cd70655cb2ff54fcd.tar.xz
abrt-c659f8e2a6c4042ff4b7bf9cd70655cb2ff54fcd.zip
fixing whitespace damage, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r--src/Hooks/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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