[rhmessaging-commits] rhmessaging commits: r1792 - mgmt/mint.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Mar 25 14:39:51 EDT 2008


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:




More information about the rhmessaging-commits mailing list