Replace LIBTOOL_LIBTOOL to LIBTOOL. Closes #592968.
authorHalton Huo <halton.huo@sun.com>
Tue, 25 Aug 2009 03:22:41 +0000 (11:22 +0800)
committerHalton Huo <halton.huo@sun.com>
Tue, 25 Aug 2009 03:22:41 +0000 (11:22 +0800)
gir/Makefile.am

index c37e030..efdcdb6 100644 (file)
@@ -66,7 +66,7 @@ GObject-2.0.gir: GLib-2.0.gir $(SCANNER_BIN) $(SCANNER_LIBS) Makefile
            --noclosure \
            --output $@ \
            --strip-prefix=g \
-           --libtool="$(LIBTOOL_LIBTOOL)" \
+           --libtool="$(LIBTOOL)" \
            --c-include="glib-object.h" \
            --include=GLib-2.0 \
            --library=$(GOBJECT_LIBRARY) \
@@ -98,7 +98,7 @@ GModule-2.0.gir: GLib-2.0.gir $(SCANNER_BIN) $(SCANNER_LIBS)
            --noclosure \
            --output $@ \
            --strip-prefix=g \
-           --libtool="$(LIBTOOL_LIBTOOL)" \
+           --libtool="$(LIBTOOL)" \
            --c-include="gmodule.h" \
            --include=GLib-2.0 \
            --library=$(GMODULE_LIBRARY) \