From a3d7f5bc17aa3935a427812a49de60ecc0a345ca Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 24 Sep 2012 09:26:45 +0100 Subject: generator: The default input files are 'generator/ *.ml' [sic]. Since generator source files were renamed, the comment at the top of each generated file was wrong. Unfortunately we cannot allow /* to appear within a comment, so the space is necessary. --- java/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/Makefile.inc b/java/Makefile.inc index 73b45cc7..64b533ac 100644 --- a/java/Makefile.inc +++ b/java/Makefile.inc @@ -1,6 +1,6 @@ # libguestfs generated file # WARNING: THIS FILE IS GENERATED FROM: -# generator/generator_*.ml +# generator/ *.ml # ANY CHANGES YOU MAKE TO THIS FILE WILL BE LOST. # # Copyright (C) 2009-2012 Red Hat Inc. -- cgit