summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--src/xulapp.mk.in2
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 35c6653..53326de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,8 +31,10 @@ mozilla-devscripts (0.11) UNRELEASED; urgency=low
for extensions built with xulapp.mk
- update src/xpi.mk
* [ xulapp ]
- allow caller to specify the xulrunner version by pre-setting DEBIAN_XUL_VER
- - update src/xulapp.mk.in
+ - allow caller to specify the xulrunner version by pre-setting DEBIAN_XUL_VER
+ - update src/xulapp.mk.in
+ - add confdefs.h and a.out to the clean rule
+ - update src/xulapp.mk.in
-- Fabien Tassin <fta@ubuntu.com> Sun, 12 Oct 2008 19:03:20 +0200
diff --git a/src/xulapp.mk.in b/src/xulapp.mk.in
index 080d4fd..d1c86a1 100644
--- a/src/xulapp.mk.in
+++ b/src/xulapp.mk.in
@@ -32,4 +32,4 @@ clean::
# Drop build-system files, and files/dirs generated during the build but
# outside of the xulapp tree
rm -rf config build toolkit nsprpub extensions memory netwerk probes xpcom
- rm -f Makefile.in configure.in aclocal.m4 allmakefiles.sh config.* configure mozilla-config.h
+ rm -f Makefile.in configure.in aclocal.m4 allmakefiles.sh config.* configure mozilla-config.h confdefs.h a.out