Bug 1252112 - Remove obsolete rules to copy prcpucfg.h around; r=ted

This commit is contained in:
Ms2ger 2016-03-01 09:17:29 +01:00
Родитель 9229fda61b
Коммит 975233737a
1 изменённых файлов: 0 добавлений и 14 удалений

Просмотреть файл

@ -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)