Bug 365569: remove workaround from bug 297227, r=mento

git-svn-id: svn://10.0.0.236/trunk@217673 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
philringnalda%gmail.com
2007-01-03 06:02:39 +00:00
parent f38fd73a5e
commit 479eb2d1a8
4 changed files with 0 additions and 14 deletions

View File

@@ -79,11 +79,6 @@ export::
endif
libs::
# Bug 297227: The next line doesn't need to stay around forever, only
# long enough to clean up existing depend builds from when xcodebuild
# was being instructed to "install"
if test -e build/UninstalledProducts ; then $(MAKE) clean ; rm -rf $(DIST)/package/PrintPDE.plugin ; fi
$(PBBUILD) $(PROJECT_ARG) -target PrintPDE -buildstyle $(BUILDSTYLE) $(PBBUILD_ARG)
mkdir -p $(DIST)/package
$(INSTALL) $(XCODE_PRODUCT_DIR)/PrintPDE.plugin $(DIST)/package