summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-09-20 16:45:46 +0300
committerTor Lillqvist <tml@collabora.com>2019-09-20 15:50:41 +0200
commitd7cbe885daf2e05677b2891c920e5ff125ee15a9 (patch)
tree1773115ada03585407faf460bdb2ed0c30745118 /Makefile.in
parentThe AsyncQuitHandler class needs to be implemented in the comphelper DLL (diff)
downloadcore-d7cbe885daf2e05677b2891c920e5ff125ee15a9.tar.gz
core-d7cbe885daf2e05677b2891c920e5ff125ee15a9.zip
Makefile comments need to start in the first column
This "comment" was actually interpreted as a shell command. Sure, the "command" was a comment in shell, too, but still, quite pointless to run it. Change-Id: If5abeabb1c10d62fa90dcdaf81b3b54af958ba62 Reviewed-on: https://gerrit.libreoffice.org/79292 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 393e94fda331..92d47681e707 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -294,7 +294,7 @@ help showmodules gbuildtojson:
$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@
cross-toolset: bootstrap fetch
- # fetch again in case there are externals only needed on build platform
+# fetch again in case there are externals only needed on build platform
ifneq ($(OS),iOS)
$(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(BUILDDIR)/Makefile fetch
endif