~jbicha/firefox/update-dependencies

« back to all changes in this revision

Viewing changes to debian/patches/brandir-dir-depth-fix

  • Committer: Alexander Sack
  • Date: 2007-03-21 17:21:52 UTC
  • Revision ID: asac@jwsdot.com-20070321172152-965dc2b7567eed2f
initial firefox-trunk debian/ package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: mozilla/browser/branding/unofficial/Makefile.in
 
2
===================================================================
 
3
--- mozilla.orig/browser/branding/unofficial/Makefile.in        2007-03-20 23:52:57.000000000 +0100
 
4
+++ mozilla/browser/branding/unofficial/Makefile.in     2007-03-21 03:51:30.000000000 +0100
 
5
@@ -4,7 +4,7 @@
 
6
 #    resources
 
7
 
 
8
 DEPTH = ../../..
 
9
-topsrcdir = @top_srcdir@
 
10
+topsrcdir = $(DEPTH)
 
11
 srcdir = @srcdir@
 
12
 VPATH = @srcdir@
 
13
 
 
14
@@ -17,7 +17,7 @@
 
15
 
 
16
 PREF_JS_EXPORTS = $(srcdir)/pref/firefox-branding.js
 
17
 
 
18
-include $(topsrcdir)/config/rules.mk
 
19
+include $(DEPTH)/config/rules.mk
 
20
 
 
21
 BROWSER_APP_FILES = \
 
22
        default.xpm \