X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=idl%2FMakefile;h=5529e4f45e634f4b601e9dc8f35bd298b6c13c55;hp=86aae6dcd4e685f072d82ba851c7e7bd89e3f050;hb=ed94ee97c9872c957efa4790c4ea073f371262a6;hpb=7da27a216a7f4bb3331fe315cdbec69bfcf2c762 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 \