From d60e70bf1c2788ed3864fd1b3c43aebfa102c4d2 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 1 Mar 2016 09:17:29 +0100 Subject: [PATCH] Bug 1252112 - Remove obsolete rules to copy prcpucfg.h around; r=ted --- mozglue/android/Makefile.in | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 mozglue/android/Makefile.in diff --git a/mozglue/android/Makefile.in b/mozglue/android/Makefile.in deleted file mode 100644 index 3c8062a29a5..00000000000 --- a/mozglue/android/Makefile.in +++ /dev/null @@ -1,14 +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 - -prcpucfg.h: $(topsrcdir)/nsprpub/pr/include/md/_linux.cfg - cp $< $@ - -$(OBJS): prcpucfg.h - -GARBAGE += \ - prcpucfg.h \ - $(NULL)