plcopen/Makefile
changeset 1936 b85b13b1c2ec
parent 1353 fc7aab64589b
child 2627 3ba6a2d26507
--- a/plcopen/Makefile	Fri Feb 16 01:38:34 2018 +0100
+++ b/plcopen/Makefile	Fri Feb 16 01:48:48 2018 +0100
@@ -6,10 +6,10 @@
 
 all:$(xsltfiles)
 
-%.xslt: %.ysl2
+%.xslt: %.ysl2 yslt_noindent.yml2
 	$(yml)/yml2c -I $(yml) $< -o $@.tmp
 	xmlstarlet fo $@.tmp > $@
 	rm $@.tmp
 	
 clean:
-	rm -f $(xsltfiles)
\ No newline at end of file
+	rm -f $(xsltfiles)