Fixing typos on a CLOSED TREE

This commit is contained in:
Kyle Huey 2010-08-01 02:32:15 -07:00
parent 6cabbd4fed
commit 353f0f4dfb
2 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ STATIC_LIBRARY_NAME=$(LIBRARY_NAME)
endif
endif
ifeq (WINNT_,$(OS_ARCH))
ifeq (WINNT,$(OS_ARCH))
MOZ_FAKELIBS = 1
endif

View File

@ -323,7 +323,7 @@ STATIC_LIBRARY_NAME=$(LIBRARY_NAME)
endif
endif
ifeq (WINNT_,$(OS_ARCH))
ifeq (WINNT,$(OS_ARCH))
MOZ_FAKELIBS = 1
endif