summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjörn Mattsson <Bjorn.Mattsson@bth.se>2019-07-18 16:09:08 +0200
committerBjörn Mattsson <Bjorn.Mattsson@bth.se>2019-07-18 16:09:08 +0200
commit59af194f987808c953ed4b6f49a3cadca1b459ed (patch)
tree695748c6aa7f23d99997376db11e1401b998c973 /Makefile
parent2d54f971fd99dcecb018a1dc13d4261774f8801a (diff)
Fix for SWAMID-2319
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69f6c5f7..c419deb7 100644
--- a/Makefile
+++ b/Makefile
@@ -254,7 +254,7 @@ test2: $(SWAMIDXML) schematest testMDUI testOrgData testEntCat testSimpleSign te
.time/%.time: swamid-2.0/%.xml
@# make tidy
- @xsltproc xslt/add-rpi.xsl $< > $<.c && mv $<.c $<
+ #@xsltproc xslt/add-rpi.xsl $< > $<.c && mv $<.c $<
@xsltproc xslt/clean-entitydescriptor.xsl $< > $<.c && mv $<.c $<
@# make schematest