more bustage fixes for Mac OS X 10.4 "Tiger" build patch, by Mark Mentovai. b=292530

This commit is contained in:
joshmoz%gmail.com 2005-06-01 20:52:53 +00:00
Родитель c7ccc7ad56
Коммит 0feedf0e41
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -47,7 +47,7 @@ else
BUILDSTYLE = Deployment
endif
ifeq (,$(findstring pbxbuild,$(XCODEBUILD)))
ifeq (,$(findstring pbxbuild,$(PBBUILD)))
# pbbuild or xcodebuild indicates Xcode; the Xcode project contains
# native targets needed for proper SDK builds.
PROJECT=PrintPDE.xcode

Просмотреть файл

@ -54,7 +54,7 @@ BUILDSTYLE = Deployment
endif
endif
ifeq (,$(findstring pbxbuild,$(XCODEBUILD)))
ifeq (,$(findstring pbxbuild,$(PBBUILD)))
# pbbuild or xcodebuild indicates Xcode; the Xcode project contains
# native targets needed for proper SDK builds.
PROJECT=DefaultPlugin.xcode