diff options
author | Fabien Tassin <fta@sofaraway.org> | 2008-02-21 13:18:39 +0100 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2008-02-21 13:18:39 +0100 |
commit | 8db3b2d83d2bf9c8e39a17ab5f4885ebfe57843c (patch) | |
tree | d694dbafba0e7d4239d94a649ac061c5f50509f3 | |
parent | 7ac838cf62e65a130751a08c874e32bb04bf98b9 (diff) |
* Move xpi.mk from $(mk_files) to $(extra_mk_files) as it doesn't
need substitution
- update src/Makefile
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | src/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9282ca3..4655ebb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ mozilla-devscripts (0.05) UNRELEASED; urgency=low + [ Fabien Tassin ] * Update mozclient patch for xulbrowser now that firefox 3 needs mozilla/memory to build - update src/patches/xulbrowser_target.patch diff --git a/src/Makefile b/src/Makefile index b1a8434..81ab448 100644 --- a/src/Makefile +++ b/src/Makefile @@ -31,11 +31,11 @@ mk_files = \ xulrunner-1.9.mk \ mozclient.mk \ compare.mk \ - xpi.mk \ $(NULL) extra_mk_files = \ remove.binonly.sh \ + xpi.mk \ $(NULL) %.mk: %.mk.in |