~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-security

« back to all changes in this revision

Viewing changes to mozilla/build/binary-location.mk

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-04-20 13:46:11 UTC
  • mfrom: (1.2.1)
  • mto: (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20120420134611-i0dkosnbmihrd0lr
Tags: upstream-1.4+build1
ImportĀ upstreamĀ versionĀ 1.4+build1

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
ifneq (,$(filter OS2 WINNT,$(OS_ARCH)))
41
41
PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX)
42
42
else
43
 
ifeq ($(MOZ_BUILD_APP),mobile)
 
43
ifeq ($(MOZ_BUILD_APP),mobile/xul)
44
44
PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX)
45
45
else
46
46
PROGRAM = $(MOZ_APP_NAME)-bin$(BIN_SUFFIX)