]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idl/Makefile
Run valgrind on idlc by default.
[polintos/scott/priv.git] / idl / Makefile
index 86aae6dcd4e685f072d82ba851c7e7bd89e3f050..5529e4f45e634f4b601e9dc8f35bd298b6c13c55 100644 (file)
@@ -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 \