]> git.pld-linux.org Git - packages/mozilla-addon-gnome-keyring.git/blame - make.patch
- release 2 (by relup.sh)
[packages/mozilla-addon-gnome-keyring.git] / make.patch
CommitLineData
5edc5411
ER
1--- mozilla-gnome-keyring-0.6.7/Makefile~ 2013-02-20 20:41:07.000000000 +0200
2+++ mozilla-gnome-keyring-0.6.7/Makefile 2013-02-20 20:44:08.144362897 +0200
3@@ -63,12 +63,13 @@
4
5 build: build-xpi
6
7-build-xpi: xpcom_abi
8 ifeq "$(PLATFORM)" "unknown"
9+build-xpi: xpcom_abi
10 # set PLATFORM properly in a sub-make
11 PLATFORM=$$(./xpcom_abi) && \
12 $(MAKE) -f $(lastword $(MAKEFILE_LIST)) $(XPI_TARGET) PLATFORM=$${PLATFORM}
13 else
14+build-xpi:
15 $(MAKE) -f $(lastword $(MAKEFILE_LIST)) $(XPI_TARGET)
16 endif
17
This page took 0.112373 seconds and 4 git commands to generate.