From 2b2ee64b60594302cc5465fbe5f3b531878daf9f Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Tue, 7 Sep 1999 18:45:04 +0000 Subject: [PATCH] Go back to using `touch' to create an empty file. * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create an empty file. --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/Makefile.am | 2 +- 8 files changed, 36 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ffca66d637..0d114e55be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-09-07 Raja R Harinath + + * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create + an empty file. + Mon Sep 6 00:11:56 1999 Lars Hamann * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index ffca66d637..0d114e55be 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +1999-09-07 Raja R Harinath + + * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create + an empty file. + Mon Sep 6 00:11:56 1999 Lars Hamann * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ffca66d637..0d114e55be 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +1999-09-07 Raja R Harinath + + * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create + an empty file. + Mon Sep 6 00:11:56 1999 Lars Hamann * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index ffca66d637..0d114e55be 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +1999-09-07 Raja R Harinath + + * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create + an empty file. + Mon Sep 6 00:11:56 1999 Lars Hamann * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ffca66d637..0d114e55be 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +1999-09-07 Raja R Harinath + + * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create + an empty file. + Mon Sep 6 00:11:56 1999 Lars Hamann * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ffca66d637..0d114e55be 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +1999-09-07 Raja R Harinath + + * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create + an empty file. + Mon Sep 6 00:11:56 1999 Lars Hamann * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ffca66d637..0d114e55be 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +1999-09-07 Raja R Harinath + + * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create + an empty file. + Mon Sep 6 00:11:56 1999 Lars Hamann * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 13a5f4cc9e..659b8a2ded 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -328,7 +328,7 @@ $(OBJECTS): COPYING # this is our oldest-source-stamp # initial creation of the real stamp-* files gtk.defs gtkmarshal.h gtktypebuiltins.h: # never add deps here - -test -f $@ || test -f "$(srcdir)/$@" || (:) > $(srcdir)/$@ + -test -f $@ || test -f "$(srcdir)/$@" || touch $(srcdir)/$@ # normal autogeneration rules stamp-gtk.defs: @REBUILD@ makeenums.pl gtk.defs gtk-boxed.defs $(gtk_public_h_sources) $(gdk_headers) cd $(srcdir) \