]> git.pld-linux.org Git - packages/thunderbird.git/blob - icedove-makefile.patch
- rel 1
[packages/thunderbird.git] / icedove-makefile.patch
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
3 @@ -26,21 +26,7 @@
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 -
21 -default export libs clean realclean distclean alldep \
22 +default export libs clean realclean distclean \
23  maybe_clobber_profiledbuild uploadsymbols all:: $(SUBMAKEFILES)
24         $(MAKE) -C mozilla $@
25  
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.055115 seconds and 3 git commands to generate.