X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator%2FMakefile.am;fp=generator%2FMakefile.am;h=44c0594cf6bbf9668c7649eaa3ca82d1e4367d8e;hb=aa67ea2b9b800305a00615f3a463cdd46eae9181;hp=51a9462413c8205d720d030f4574df957e01c821;hpb=025dba7f803419f510fd8f085ce693838af82878;p=libguestfs.git diff --git a/generator/Makefile.am b/generator/Makefile.am index 51a9462..44c0594 100644 --- a/generator/Makefile.am +++ b/generator/Makefile.am @@ -86,7 +86,7 @@ else # No OCaml compiler. Just replace the generator with a script that # touches stamp-generator and prints a warning. -generator: $(SOURCES) +$(srcdir)/generator: $(SOURCES) rm -f $@ $@-t echo 'echo Warning: Install OCaml compiler in order to rebuild the generated files.' >> $@-t echo 'touch generator/stamp-generator' >> $@-t