Blob Blame History Raw
diff -ruN gnome-abrt-0.2.12/src/gnome_abrt/Makefile.am gnome-abrt-0.2.12.new/src/gnome_abrt/Makefile.am
--- gnome-abrt-0.2.12/src/gnome_abrt/Makefile.am	2013-05-03 09:35:59.000000000 +0200
+++ gnome-abrt-0.2.12.new/src/gnome_abrt/Makefile.am	2013-05-06 10:58:55.232061931 +0200
@@ -18,15 +18,15 @@
 	l10n.py \
 	gnome_abrt_glade.py
 
-controller.py: controller.py.in
+controller.py: controller.py.in Makefile
 	sed -e s,\@libexecdir\@,$(libexecdir),g $< > $@
 
-__init__.py: __init__.py.in
+__init__.py: __init__.py.in Makefile
 	sed -e s,\@PACKAGE\@,$(PACKAGE),g \
 	-e s,\@VERSION\@,$(VERSION),g \
 	-e s,\@localedir\@,$(localedir),g $< > $@
 
-gnome_abrt_glade.py: oops.glade
+gnome_abrt_glade.py: oops.glade Makefile
 	{ \
 	  echo '# coding=utf-8'; \
 	  echo 'GNOME_ABRT_GLADE_CONTENTS ="\'; \
diff -ruN gnome-abrt-0.2.12/src/gnome_abrt/Makefile.in gnome-abrt-0.2.12.new/src/gnome_abrt/Makefile.in
--- gnome-abrt-0.2.12/src/gnome_abrt/Makefile.in	2013-05-03 12:14:56.000000000 +0200
+++ gnome-abrt-0.2.12.new/src/gnome_abrt/Makefile.in	2013-05-06 10:58:55.272062210 +0200
@@ -726,15 +726,15 @@
 	uninstall-gnome_abrtexecPYTHON
 
 
-controller.py: controller.py.in
+controller.py: controller.py.in Makefile
 	sed -e s,\@libexecdir\@,$(libexecdir),g $< > $@
 
-__init__.py: __init__.py.in
+__init__.py: __init__.py.in Makefile
 	sed -e s,\@PACKAGE\@,$(PACKAGE),g \
 	-e s,\@VERSION\@,$(VERSION),g \
 	-e s,\@localedir\@,$(localedir),g $< > $@
 
-gnome_abrt_glade.py: oops.glade
+gnome_abrt_glade.py: oops.glade Makefile
 	{ \
 	  echo '# coding=utf-8'; \
 	  echo 'GNOME_ABRT_GLADE_CONTENTS ="\'; \