On Wed, Mar 7, 2012 at 10:16 AM, Matúš Kukan <matus.kukan@gmail.com> wrote:
On 27 February 2012 09:28, Norbert Thiebaud <nthiebaud@gmail.com> wrote:
@@ -342,12 +342,15 @@ ifneq ($(filter-out clean distclean,$(MAKECMDGOALS)),)
# restart since autogen can have changed
# config_host.k which is included in this
# Makefile
-Makefile: config_host.mk
+Makefile: $(SRCDIR)/config_host.mk
why did you have to add $SRCDIR here ?
Makefile has to be run in the top dir... and if not the dependencies below would not be found
(config_host.mk.in for
instance)
Good question...
Perter ? why did you do that change, what issue were you trying to fix ?
+autogen.lastrun:
+ @true
I also don't understand how could autogen.lastrun not exist when
config_host.mk is already required and both are created by autogen.sh ?
Matus
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.