Fix cocoa makefile bustage. r=bryner, sr=ben

This commit is contained in:
hyatt%netscape.com 2002-02-13 01:21:34 +00:00
parent 4795f7e93e
commit 521b24ba76

View File

@ -50,6 +50,10 @@ else
DIRS = ps
endif
ifeq ($(MOZ_GFX_TOOLKIT),cocoa)
DIRS += mac
endif
ifneq (,$(filter beos os2 mac windows,$(MOZ_GFX_TOOLKIT)))
DIRS += $(MOZ_GFX_TOOLKIT)
endif