X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=idl%2FMakefile;h=5529e4f45e634f4b601e9dc8f35bd298b6c13c55;hb=05e20d9243e84acc8ef926b02a059ddacd3599e9;hp=86aae6dcd4e685f072d82ba851c7e7bd89e3f050;hpb=bac1d18b0bd376af8e9fdc8020e3a2132988b569;p=polintos%2Fscott%2Fpriv.git diff --git a/idl/Makefile b/idl/Makefile index 86aae6d..5529e4f 100644 --- a/idl/Makefile +++ b/idl/Makefile @@ -9,7 +9,7 @@ IDL := $(shell find . -name '*.idl') TARGETS := $(BUILDDIR)/ifaces -$(BUILDDIR)/ifaces: $(IDL) $(IDLC) +$(BUILDDIR)/ifaces: $(IDL) $(IDLC_target) @echo $(COMP): System IDL files @$(RMDIR) $(BUILDDIR)/ifaces @if ! $(IDLC) -o $(BUILDDIR)/ifaces -s System $(IDL); then \