Changed ARCH_CLASS to OS_CLASS.

This commit is contained in:
Janet B. Anderson
2009-05-06 15:13:45 +00:00
parent a187054e42
commit 9747ef7bd6

View File

@@ -6,8 +6,8 @@ ifeq ($(findstring Host,$(VALID_BUILDS)),Host)
INSTALL_IDL = $(INSTALL_LOCATION)/idllib
DIRECTORY_TARGETS += $(INSTALL_IDL)
ifneq ($(strip $(IDLS_$(ARCH_CLASS))),)
IDLS += $(subst -nil-,,$(IDLS_$(ARCH_CLASS)))
ifneq ($(strip $(IDLS_$(OS_CLASS))),)
IDLS += $(subst -nil-,,$(IDLS_$(OS_CLASS)))
else
ifdef IDLS_DEFAULT
IDLS += $(IDLS_DEFAULT)