X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator%2FMakefile.am;h=d6120e350e3aeb31def93d473e38ac06942e380e;hb=f23352aefd96dc873111e5e5d55ea22b30c3e0ad;hp=51a9462413c8205d720d030f4574df957e01c821;hpb=84763d7fca3668c62ee3fe53d0e00a5a672f687b;p=libguestfs.git diff --git a/generator/Makefile.am b/generator/Makefile.am index 51a9462..d6120e3 100644 --- a/generator/Makefile.am +++ b/generator/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. SOURCES = \ generator_types.ml \ @@ -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