Skip to content
Snippets Groups Projects
Commit 8c7fbd63 authored by Miklos Magyari's avatar Miklos Magyari
Browse files

Fixed Makefile for parallel builds (issue #592)


Signed-off-by: default avatarMiklos Magyari <miklos.magyari@sigmatechnology.se>
parent ce4d2343
No related branches found
No related tags found
No related merge requests found
......@@ -275,8 +275,8 @@ run: all
# xsd -> ttcn
$(GENERATED_MODULES): $(SCHEMAS) ../xsdconvert/xsd2ttcn$(EXESUFFIX)
../xsdconvert/xsd2ttcn$(EXESUFFIX) -p $<
sed -e 's/XSD.String/charstring/g;s/XSD.AnySimpleType/charstring/g;s/XSD.Integer/integer/g;s/XSD.Float/float/g;s/XSD.Double/float/g;s/XSD.Boolean/boolean/g;s/import from XSD all;//g' TitanLoggerApi.ttcn >TitanLoggerApi.ttcn_
../xsdconvert/xsd2ttcn$(EXESUFFIX) -p $< ;\
sed -e 's/XSD.String/charstring/g;s/XSD.AnySimpleType/charstring/g;s/XSD.Integer/integer/g;s/XSD.Float/float/g;s/XSD.Double/float/g;s/XSD.Boolean/boolean/g;s/import from XSD all;//g' TitanLoggerApi.ttcn >TitanLoggerApi.ttcn_ ;\
mv TitanLoggerApi.ttcn_ TitanLoggerApi.ttcn
install: $(TARGETS) $(PROGRAMS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment