From: Richard Jones Date: Thu, 5 Nov 2009 10:03:59 +0000 (+0000) Subject: Don't update appliance after running generator. X-Git-Tag: 1.0.78~39 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=efad4f53;hp=ac2a53bbab44fe94306092b47aeddb899c55345a;p=libguestfs.git Don't update appliance after running generator. 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. --- diff --git a/src/Makefile.am b/src/Makefile.am index fadb8c4..4fb466d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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: