mozglue/android/Makefile.in

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:10409a412b0e
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5 include $(topsrcdir)/config/rules.mk
6
7 prcpucfg.h: $(topsrcdir)/nsprpub/pr/include/md/_linux.cfg
8 cp $< $@
9
10 $(OBJS): prcpucfg.h
11
12 GARBAGE += \
13 prcpucfg.h \
14 $(NULL)

mercurial