blob: 3bd5dae3c191fd5eeed73f290eb3be4b40b4539f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.orig Mon Dec 12 13:57:47 2005
+++ Makefile Mon Dec 12 13:58:39 2005
@@ -1,7 +1,7 @@
SUBDIRS = components chrome
.PHONY: all clean subdirs ${SUBDIRS} content locale
VERSION = 1.2
-PLATFORM := $(shell gcc -dumpmachine)
+PLATFORM := $(shell uname)
XPI_NAME = mozTrayBiff
XPI_VERSION := $(VERSION)-$(PLATFORM)
XPI_FILENAME = $(XPI_NAME)-$(XPI_VERSION).xpi
@@ -15,7 +15,7 @@
XPI_EXTRA_FILES = install.js
endif
ifeq ($(MOZILLA_PLATFORM),tbird)
-REAL_CONFIG = mozilla-thunderbird-config
+REAL_CONFIG = thunderbird-config
XPI_VERSION := $(XPI_VERSION)-tb$(shell $(REAL_CONFIG) --version)
XPI_EXTRA_FILES = install.rdf
endif
|