common/makefiles/IdlCompilation.gmk

changeset 458
c8d320b48626
parent 425
e1830598f0b7
child 459
3156dff953b1
     1.1 --- a/common/makefiles/IdlCompilation.gmk	Mon Jun 25 21:37:09 2012 -0700
     1.2 +++ b/common/makefiles/IdlCompilation.gmk	Tue Jul 03 16:11:12 2012 -0700
     1.3 @@ -87,6 +87,8 @@
     1.4  $(if $7,$1_$(strip $7))
     1.5  $(if $8,$1_$(strip $8))
     1.6  $(if $9,$1_$(strip $9))
     1.7 +$(if $(10),$(error Internal makefile error: Too many arguments to SetupIdlCompilation, please update IdlCompilation.gmk))
     1.8 +
     1.9  # Remove any relative addressing in the paths.
    1.10  $1_SRC := $$(abspath $$($1_SRC))
    1.11  $1_BIN := $$(abspath $$($1_BIN))
    1.12 @@ -111,4 +113,3 @@
    1.13  endef
    1.14  
    1.15  .SUFFIXES: .java .class .package
    1.16 -

mercurial