From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH] libxl: Properly declare libxlu_disk_l.h in AUTOINCS Date: Tue, 18 Feb 2014 18:27:20 +0000 Message-ID: <5303A608.6050704@eu.citrix.com> References: <1392743732-23759-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1392743732-23759-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xensource.com Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org On 02/18/2014 05:15 PM, Ian Jackson wrote: > This is necessary so that make doesn't do things which depend on this > file until flex has finished producing it. > > Reported-by: Olaf Hering > Signed-off-by: Ian Jackson > CC: Ian Campbell > Tested-by: Olaf Hering > CC: George Dunlap This is a pretty obvious simple fix: Release-acked-by: George Dunlap > --- > tools/libxl/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile > index dab2929..755b666 100644 > --- a/tools/libxl/Makefile > +++ b/tools/libxl/Makefile > @@ -98,7 +98,7 @@ TEST_PROGS += $(foreach t, $(LIBXL_TESTS),test_$t) > $(LIBXL_OBJS) $(LIBXL_TEST_OBJS): CFLAGS += $(CFLAGS_LIBXL) -include $(XEN_ROOT)/tools/config.h > > AUTOINCS= libxlu_cfg_y.h libxlu_cfg_l.h _libxl_list.h _paths.h \ > - _libxl_save_msgs_callout.h _libxl_save_msgs_helper.h > + libxlu_disk_l.h _libxl_save_msgs_callout.h _libxl_save_msgs_helper.h > AUTOSRCS= libxlu_cfg_y.c libxlu_cfg_l.c > AUTOSRCS += _libxl_save_msgs_callout.c _libxl_save_msgs_helper.c > LIBXLU_OBJS = libxlu_cfg_y.o libxlu_cfg_l.o libxlu_cfg.o \