diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-07-27 16:53:57 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-07-28 22:03:05 +0200 |
commit | 42277cf8ad6946b9b144a3a54b5eb295188ced72 (patch) | |
tree | 8725cbc84629853cb5a84407e0648a3dca77bb93 /onlineupdate | |
parent | ff4a22b003f836b9f5c8d5526d733d9d86871de0 (diff) |
updater: remove unnecessary mozilla makefile
Change-Id: Ia0162482841854cc4cb5c2b004bc978809bdf4c2
Reviewed-on: https://gerrit.libreoffice.org/40534
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/source/libmar/verify/Makefile.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/onlineupdate/source/libmar/verify/Makefile.in b/onlineupdate/source/libmar/verify/Makefile.in deleted file mode 100644 index 4e2cf88aad57..000000000000 --- a/onlineupdate/source/libmar/verify/Makefile.in +++ /dev/null @@ -1,9 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -include $(topsrcdir)/config/rules.mk - -# The intermediate (.ii/.s) files for host and target can have the same name... -# disable parallel builds -.NOTPARALLEL: |