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

git-svn-id: svn://10.0.0.236/trunk@173985 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshmoz%gmail.com
2005-06-01 21:15:09 +00:00
parent cf7901ce09
commit a44a0993d3
2 changed files with 2 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
ifdef MOZ_DEBUG
BUILDSTYLE = Development
@@ -65,8 +66,6 @@ endif
MODULE = printpde
PACKAGE_FILE = printpde.pkg
include $(topsrcdir)/config/rules.mk
unexport CC CXX
ABS_topsrcdir := $(shell cd $(topsrcdir); pwd)

View File

@@ -41,6 +41,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
MODULE = plugin
@@ -73,8 +74,6 @@ TARGET = "Default Plugin"
PACKAGE_FILE = npnul.pkg
include $(topsrcdir)/config/rules.mk
unexport CC CXX
# decodes resource files from AppleSingle to Resource Manager format.