commit | 52b4f93a08aa892ce6dd3c1a28437809500c1aa1 | [log] [tgz] |
---|---|---|
author | Moshe Levi <moshele@mellanox.com> | Fri May 19 04:27:43 2017 +0300 |
committer | Moshe Levi <moshele@mellanox.com> | Fri May 19 04:27:47 2017 +0300 |
tree | 879898234f1ffaf70ee9a54184ad2631978528ef | |
parent | 7886e12ea2bba19a1677f75d778572a7b04e673e [diff] |
fix Support multiple input files in Makefile.service This commit fix Makefile.service to support multiple input files which was introdce in this patch I5ffbb4fdc0f4c44a14cd5066c0e80e5a8cd8fece Change-Id: If8dd7eff983f917789e28aa23358b303718cfe58
diff --git a/xos/genx/tool/Makefile.service b/xos/genx/tool/Makefile.service index a465797..9fb96f4 100644 --- a/xos/genx/tool/Makefile.service +++ b/xos/genx/tool/Makefile.service
@@ -10,7 +10,7 @@ all: models.py models.py: $(xprotos) - $(XOSGEN) --attic attic --input $< --target $(DJANGO_TARGET) --output $@ + $(XOSGEN) --attic attic --target $(DJANGO_TARGET) --output $@ $< .PHONY: all