From d5c0aa573a34f005f740886d4455cafd7dde5e29 Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Mon, 1 Aug 2005 22:07:31 +0000 Subject: Pipe the output of the pygtk_codegen program straight to epiphany.c to fix 2005-08-01 Crispin Flowerday * src/Makefile.am (epiphany.c): Pipe the output of the pygtk_codegen program straight to epiphany.c to fix timestamp handling, which caused make to run rules on every invocation. --- ChangeLog | 8 ++++++++ src/Makefile.am | 4 +--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0815fc683..fa919416d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-08-01 Crispin Flowerday + + * src/Makefile.am (epiphany.c): + + Pipe the output of the pygtk_codegen program straight to + epiphany.c to fix timestamp handling, which caused make to + run rules on every invocation. + 2005-08-01 Christian Persch * src/ephy-location-action.c: (get_location_cb): diff --git a/src/Makefile.am b/src/Makefile.am index 80e8031d3..3ae99e5f0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -292,9 +292,7 @@ epiphany.c: epiphany.defs epiphany.override --register $(PYGTK_DEFSDIR)/gdk-types.defs \ --register $(PYGTK_DEFSDIR)/gtk-types.defs \ --override $*.override \ - --prefix py$* $( gen-$@ \ - && ( cmp -s gen-$@ $@ || cp gen-$@ $@ ) \ - && rm -f gen-$@ + --prefix py$* $( $@ CLEANFILES = $(stamp_files) $(BUILT_SOURCES) DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES) -- cgit v1.2.3