]> git.pld-linux.org Git - packages/seamonkey.git/blob - makefile.patch
f210af0615ebb64892b7ab68d38ec6e2d180cade
[packages/seamonkey.git] / makefile.patch
1 --- comm-release/Makefile.in.orig       2014-12-11 16:09:07.771804209 +0100
2 +++ comm-release/Makefile.in    2014-12-11 16:37:56.318398334 +0100
3 @@ -26,21 +26,7 @@
4  
5  include $(topsrcdir)/config/config.mk
6  
7 -libs binaries export tools:: $(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  package installer package-compare stage-package install source-package \
24  upload source-upload hg-bundle l10n-check \
25  maybe_clobber_profiledbuild uploadsymbols all:: $(SUBMAKEFILES)
26 --- mozilla/client.mk~  2011-08-26 13:10:08.000000000 +0300
27 +++ 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.0568109999999999 seconds and 2 git commands to generate.