Bug 383099 - error in Makefile creation caused by autoconf syntax (part1), r=luser

This commit is contained in:
wr%rosenauer.org 2007-06-04 12:58:40 +00:00
Родитель b281873330
Коммит bc196dc504
2 изменённых файлов: 1 добавлений и 5 удалений

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

@ -93,7 +93,7 @@ ifeq ($(OS_ARCH),Darwin)
libs:: libs::
$(NSINSTALL) -D $(DIST)/bin/crashreporter.app $(NSINSTALL) -D $(DIST)/bin/crashreporter.app
rsync -a -C --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/bin/crashreporter.app rsync -a -C --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/bin/crashreporter.app
sed -e "s/@APP_NAME@/$(MOZ_APP_DISPLAYNAME)/" $(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | \ sed -e "s/%APP_NAME%/$(MOZ_APP_DISPLAYNAME)/" $(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | \
iconv -f UTF-8 -t UTF-16 > $(DIST)/bin/crashreporter.app/Contents/Resources/English.lproj/InfoPlist.strings iconv -f UTF-8 -t UTF-16 > $(DIST)/bin/crashreporter.app/Contents/Resources/English.lproj/InfoPlist.strings
$(NSINSTALL) -D $(DIST)/bin/crashreporter.app/Contents/MacOS $(NSINSTALL) -D $(DIST)/bin/crashreporter.app/Contents/MacOS
$(NSINSTALL) $(DIST)/bin/crashreporter $(DIST)/bin/crashreporter.app/Contents/MacOS $(NSINSTALL) $(DIST)/bin/crashreporter $(DIST)/bin/crashreporter.app/Contents/MacOS

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

@ -1,4 +0,0 @@
/* Localized versions of Info.plist keys */
CFBundleName = "@APP_NAME@ Crash Reporter";
NSHumanReadableCopyright = "Copyright © 2007 Mozilla Foundation";