Author: justi9
Date: 2008-03-25 14:39:50 -0400 (Tue, 25 Mar 2008)
New Revision: 1792
Modified:
mgmt/mint/Makefile
Log:
Repair makefile syntax
Modified: mgmt/mint/Makefile
===================================================================
--- mgmt/mint/Makefile 2008-03-24 21:32:40 UTC (rev 1791)
+++ mgmt/mint/Makefile 2008-03-25 18:39:50 UTC (rev 1792)
@@ -29,9 +29,9 @@
schema: schema-python schema-sql
schema-python:
- ifndef MINT_SCHEMA_XML
- $(error "MINT_SCHEMA_XML is not set")
- endif
+ifndef MINT_SCHEMA_XML
+ $(error "MINT_SCHEMA_XML is not set")
+endif
python python/mint/schemaparser.py ${MINT_SCHEMA_XML} python/mint/schema.py ${dsn}
schema-sql:
Show replies by date