Don't update appliance after running generator.
authorRichard Jones <rjones@redhat.com>
Thu, 5 Nov 2009 10:03:59 +0000 (10:03 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 5 Nov 2009 13:13:44 +0000 (13:13 +0000)
I'm not sure why these dependencies exist, but they cause the
appliance to be updated every time the generator runs, which
appears to be unnecessary.

src/Makefile.am

index fadb8c4..4fb466d 100644 (file)
@@ -34,8 +34,6 @@ stamp-generator: generator.ml
        mkdir -p $(top_srcdir)/java/com/redhat/et/libguestfs
        cd $(top_srcdir) && ocaml -warn-error A src/generator.ml
 
-guestfs_protocol.x: stamp-generator
-
 include_HEADERS = guestfs.h guestfs-actions.h guestfs-structs.h
 
 lib_LTLIBRARIES = libguestfs.la
@@ -57,8 +55,6 @@ libprotocol_la_SOURCES = \
 
 libprotocol_la_CFLAGS =
 
-$(BUILT_SOURCES): stamp-generator
-
 CLEANFILES = guestfs_protocol.c guestfs_protocol.h
 
 # From the libtool info file, with comments: