]> git.pld-linux.org Git - packages/icedove.git/blame - icedove-makefile.patch
- patch to remove configure up-to-date checks
[packages/icedove.git] / icedove-makefile.patch
CommitLineData
8d3ddb82 1--- Makefile.in.orig 2010-06-23 19:43:07.000000000 +0200
2+++ Makefile.in 2010-07-08 09:24:01.055067815 +0200
3@@ -58,21 +58,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 maybe_clobber_profiledbuild uploadsymbols all::
22+default export libs clean realclean distclean maybe_clobber_profiledbuild uploadsymbols::
23 $(MAKE) -C mozilla $@
24
25 ifdef ENABLE_TESTS
This page took 0.026936 seconds and 4 git commands to generate.