From 42277cf8ad6946b9b144a3a54b5eb295188ced72 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 27 Jul 2017 16:53:57 +0200 Subject: updater: remove unnecessary mozilla makefile Change-Id: Ia0162482841854cc4cb5c2b004bc978809bdf4c2 Reviewed-on: https://gerrit.libreoffice.org/40534 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- onlineupdate/source/libmar/verify/Makefile.in | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 onlineupdate/source/libmar/verify/Makefile.in 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: -- cgit