diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-10-24 09:49:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-10-24 18:13:18 +0200 |
commit | 0b665c5389e6100ca4be200a4a2f6fdd35b12f52 (patch) | |
tree | d48d89e52a78e004a6b9ca9e8bebb04a81b341c6 /Makefile.in | |
parent | 331a013ee3dffd39c1999ab56f3a18160e76f50a (diff) |
Fix typo
Change-Id: I71e47a53d31b4d5c7e5a4baf85d49b798602865b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141722
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 203611de0fe9..5f8df550b0c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -416,7 +416,7 @@ else @exit 1 endif -# the builds need to persist a standard "make clean" to be able to combine them into an universal +# the builds need to persist a standard "make clean" to be able to combine them into a universal # binary, so provide an additional target that can be used standalone or via make distclean mac-app-store-package.clean: rm -rf \ |