Avoid rebuilding everything everytime.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Wed, 7 Mar 2001 13:33:45 +0000 (13:33 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 7 Mar 2001 13:33:45 +0000 (13:33 +0000)
2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* Makefile.am: Avoid rebuilding everything everytime.

gobject/ChangeLog
gobject/Makefile.am

index 9f51b5b..2dc5102 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * Makefile.am: Avoid rebuilding everything everytime.
+
 Mon Mar  5 15:26:30 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gparamspecs.c (g_param_spec_interface): add a new param spec to
index 489f117..aecfc3a 100644 (file)
@@ -101,10 +101,8 @@ EXTRA_DIST += $(gruntime_built_sources)
 # setup autogeneration dependancies
 gen_sources = xgen-gmh xgen-gmc xgen-gms
 CLEANFILES += $(gen_sources)
-# Makefile: oldest-source-stamp        # oh boy, does automake SUCK!
-oldest-source-stamp: $(gruntime_built_sources)
 
-$(OBJECTS): oldest-source-stamp  ${gruntime_built_public_sources} # this is our oldest file, used for implicit auto-generation deps
+$(libgobject_1_3_la_OBJECTS): $(gruntime_built_sources)  ${gruntime_built_public_sources} # this is our oldest file, used for implicit auto-generation deps
 # initial creation of the real stamp-* files
 gmarshal.h:    # never add deps here
        test -f "$(srcdir)/$@" || touch $(srcdir)/$@