From 8d3ddb82735cdcccd7307e264269355899064945 Mon Sep 17 00:00:00 2001 From: hawk Date: Thu, 8 Jul 2010 09:30:27 +0000 Subject: [PATCH] - patch to remove configure up-to-date checks Changed files: icedove-makefile.patch -> 1.1 --- icedove-makefile.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 icedove-makefile.patch diff --git a/icedove-makefile.patch b/icedove-makefile.patch new file mode 100644 index 0000000..180a166 --- /dev/null +++ b/icedove-makefile.patch @@ -0,0 +1,25 @@ +--- Makefile.in.orig 2010-06-23 19:43:07.000000000 +0200 ++++ Makefile.in 2010-07-08 09:24:01.055067815 +0200 +@@ -58,21 +58,7 @@ + + include $(topsrcdir)/config/config.mk + +-default alldep all:: $(topsrcdir)/configure config.status +- +-$(topsrcdir)/configure: $(topsrcdir)/configure.in +- @echo "STOP! configure.in has changed, and your configure is out of date." +- @echo "Please rerun autoconf and configure." +- @echo "To ignore this message, touch 'configure' in the source directory." +- @exit 1 +- +-config.status: $(topsrcdir)/configure +- @echo "STOP! configure has changed and needs to be run in this build directory." +- @echo "Please rerun configure." +- @echo "To ignore this message, touch 'config.status' in the build directory." +- @exit 1 +- +-default export libs clean realclean distclean alldep maybe_clobber_profiledbuild uploadsymbols all:: ++default export libs clean realclean distclean maybe_clobber_profiledbuild uploadsymbols:: + $(MAKE) -C mozilla $@ + + ifdef ENABLE_TESTS -- 2.44.0