Backed out an accidental change of the setting of OBJDIR_NAME in the

previous revision.


git-svn-id: svn://10.0.0.236/trunk@9547 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com
1998-09-08 21:45:31 +00:00
parent baef3ff491
commit 89a7ea308b

View File

@@ -33,7 +33,7 @@ OBJDIR_TAG = _DBG
endif
# Name of the binary code directories
OBJDIR_NAME = Linux2.1.10902_x86_DBG.OBJ
OBJDIR_NAME = $(OS_CONFIG)$(CPU_ARCH_TAG)$(COMPILER_TAG)$(IMPL_STRATEGY)$(OBJDIR_TAG).OBJ
endif # !USE_AUTOCONF
MKDEPEND_DIR = $(DEPTH)/config/mkdepend