diff options
-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 |