Kaydet (Commit) 7c21df4e authored tarafından Caolán McNamara's avatar Caolán McNamara

typo in .IF

üst 4a71d128
...@@ -82,7 +82,7 @@ CC:=gcc $(EXTRA_CFLAGS) ...@@ -82,7 +82,7 @@ CC:=gcc $(EXTRA_CFLAGS)
.ENDIF # "$(EXTRA_CFLAGS)"!="" .ENDIF # "$(EXTRA_CFLAGS)"!=""
.ENDIF # "$(OS)"=="MACOSX" .ENDIF # "$(OS)"=="MACOSX"
.IF "$(debug) != "" .IF "$(debug)" != ""
icu_CFLAGS+=-g $(ARCH_FLAGS) icu_CFLAGS+=-g $(ARCH_FLAGS)
icu_CXXFLAGS+=-g $(ARCH_FLAGS) icu_CXXFLAGS+=-g $(ARCH_FLAGS)
.ELSE .ELSE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment