summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--Makefile.am2
-rw-r--r--src/Hooks/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index a2e6cc89..b839897f 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 d9149419..fb354e72 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