summaryrefslogtreecommitdiff
path: root/www/firefox-sync/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox-sync/files/patch-Makefile')
-rw-r--r--www/firefox-sync/files/patch-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/firefox-sync/files/patch-Makefile b/www/firefox-sync/files/patch-Makefile
deleted file mode 100644
index 2b54edbfb25c..000000000000
--- a/www/firefox-sync/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2009-10-01 01:19:33.000000000 +0000
-+++ Makefile 2009-10-04 19:49:04.000000000 +0000
-@@ -64,7 +64,7 @@
- buildid_short := $(buildid)
- ifeq ($(buildid),)
- date := $(shell date -u +%Y%m%d%H%M)
-- revid := $(shell hg tip --template '{node|short}')
-+ revid := f3eafbc14f44
- buildid := $(date)-$(revid)
- buildid_short := $(date)
- endif