Bugzilla bug #62855: put my checkin back in again. Sorry about the

flipflop.
Modified files: arch.mk, config.mk
This commit is contained in:
wtc%netscape.com 2001-02-07 23:52:11 +00:00
Родитель 4113bdd142
Коммит 9e6e35f1f7
2 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -239,11 +239,7 @@ endif
# This variable is used to get OS_CONFIG.mk.
#
ifeq ($(OS_ARCH),OS2)
OS_CONFIG = $(OS_TARGET)
else
OS_CONFIG = $(OS_TARGET)$(OS_RELEASE)
endif
#
# OBJDIR_TAG depends on the predefined variable BUILD_OPT,

Просмотреть файл

@ -56,7 +56,7 @@ include $(CORE_DEPTH)/coreconf/command.mk
# each OS release. #
#######################################################################
ifeq (,$(filter-out NetBSD,$(OS_TARGET)))
ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET)))
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
else
include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk