gir-repository r128 - in trunk: . gir
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gir-repository r128 - in trunk: . gir
- Date: Tue, 14 Oct 2008 18:32:25 +0000 (UTC)
Author: walters
Date: Tue Oct 14 18:32:25 2008
New Revision: 128
URL: http://svn.gnome.org/viewvc/gir-repository?rev=128&view=rev
Log:
Readd missing ; which makes .typelib.xml work again
Modified:
trunk/ChangeLog
trunk/gir/Makefile.am
Modified: trunk/gir/Makefile.am
==============================================================================
--- trunk/gir/Makefile.am (original)
+++ trunk/gir/Makefile.am Tue Oct 14 18:32:25 2008
@@ -556,10 +556,8 @@
CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA:.typelib=.typelib.xml) $(typelibs_DATA:.typelib=.typelib.xml.typelib)
-check-local: $(XPATH_TESTS:.xpath=.xpath.test)
-
-check-local: $(typelibs_DATA)
+check-local: $(typelibs_DATA) $(XPATH_TESTS:.xpath=.xpath.test)
@for x in $(typelibs_DATA); do \
- echo 1>&2 "$(DEBUG) $(G_IR_GENERATE) --includedir=. $${x} > $${x}.tmp && mv $${x}.tmp $${x}.xml;" \
+ echo 1>&2 "$(DEBUG) $(G_IR_GENERATE) --includedir=. $${x} > $${x}.tmp && mv $${x}.tmp $${x}.xml;"; \
$(DEBUG) $(G_IR_GENERATE) --includedir=. $${x} > $${x}.tmp && mv $${x}.tmp $${x}.xml; \
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]