diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/schema/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cpp/schema/Makefile b/cpp/schema/Makefile index 402df81899d..c08ca9229c4 100644 --- a/cpp/schema/Makefile +++ b/cpp/schema/Makefile @@ -16,7 +16,12 @@ top_srcdir = .. include $(top_srcdir)/config/Make.rules -install:: +all:: Identity.xsd + +Identity.xsd: $(top_srcdir)/slice/Ice/Identity.ice + $(SLICE2XSD) --ice $(top_srcdir)/slice/Ice/Identity.ice + +install:: all @for i in *.xsd ; \ do \ echo "Installing $$i" ; \ |