Changeset 9139 for trunk/make


Ignore:
Timestamp:
Aug 27, 2002, 6:21:00 AM (23 years ago)
Author:
bird
Message:

Fixed buggy test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.optional.alp.mk

    r9136 r9139  
    1 # $Id: setup.optional.alp.mk,v 1.2 2002-08-27 03:02:51 bird Exp $
     1# $Id: setup.optional.alp.mk,v 1.3 2002-08-27 04:21:00 bird Exp $
    22
    33#
     
    2626
    2727_AS_DEBUG_TYPE = +Ods:IBM32
    28 !if "$(AS_DEBUG_TYPE)" == "Codeview"
     28!ifdef AS_DEBUG_TYPE
     29! if "$(AS_DEBUG_TYPE)" == "Codeview"
    2930_AS_DEBUG_TYPE = +Ods:MS16
    30 !else
    31 ! if "$(AS_DEBUG_TYPE)" != "HLL"
    32 !  if [$(ECHO) $(CLRERR)Error: Bad AS_DEBUG_TYPE ($(AS_DEBUG_TYPE)). Valid types are Codeview and HLL.$(CLRRST)]
     31! else
     32!  if "$(AS_DEBUG_TYPE)" != "HLL"
     33!   if [$(ECHO) $(CLRERR)Error: Bad AS_DEBUG_TYPE ($(AS_DEBUG_TYPE)). Valid types are Codeview and HLL.$(CLRRST)]
     34!   endif
     35!   error
    3336!  endif
    34 !  error
    3537! endif
    3638!endif
Note: See TracChangeset for help on using the changeset viewer.