]> git.pld-linux.org Git - packages/thunderbird.git/blame - icedove-makefile.patch
- updated to 31.4.0
[packages/thunderbird.git] / icedove-makefile.patch
CommitLineData
f4114a7f
ER
1--- icedove-6.0/mozilla/Makefile.in~ 2011-08-12 16:52:03.000000000 +0300
2+++ icedove-6.0/mozilla/Makefile.in 2011-08-26 13:00:59.373870016 +0300
03be87a5 3@@ -26,21 +26,7 @@
8d3ddb82 4
5 include $(topsrcdir)/config/config.mk
6
7-default alldep all:: $(topsrcdir)/configure config.status
8-
9-$(topsrcdir)/configure: $(topsrcdir)/configure.in
10- @echo "STOP! configure.in has changed, and your configure is out of date."
11- @echo "Please rerun autoconf and configure."
12- @echo "To ignore this message, touch 'configure' in the source directory."
13- @exit 1
14-
15-config.status: $(topsrcdir)/configure
16- @echo "STOP! configure has changed and needs to be run in this build directory."
17- @echo "Please rerun configure."
18- @echo "To ignore this message, touch 'config.status' in the build directory."
19- @exit 1
20-
f4114a7f
ER
21-default export libs clean realclean distclean alldep \
22+default export libs clean realclean distclean \
23 maybe_clobber_profiledbuild uploadsymbols all:: $(SUBMAKEFILES)
8d3ddb82 24 $(MAKE) -C mozilla $@
25
f4114a7f
ER
26--- icedove-6.0/mozilla/client.mk~ 2011-08-26 13:10:08.000000000 +0300
27+++ icedove-6.0/mozilla/client.mk 2011-08-26 13:10:11.365956960 +0300
28@@ -278,8 +278,8 @@
29 $(TOPSRCDIR)/mozilla/js/src/aclocal.m4 \
30 $(NULL)
31
32-$(CONFIGURES): %: %.in $(EXTRA_CONFIG_DEPS)
33- @echo Generating $@ using autoconf
34+$(CONFIGURES):
35+ echo Generating $@ using autoconf
36 cd $(@D); $(AUTOCONF)
37
38 CONFIG_STATUS_DEPS := \
This page took 0.986264 seconds and 4 git commands to generate.