Bug 772557 - remove libs:: rules from layout/reftests/ makefiles; r=glandium

This commit is contained in:
Nathan Froyd 2012-07-10 14:02:40 -04:00
parent 02c0826c25
commit 5df58d6ecf
2 changed files with 12 additions and 12 deletions

View File

@ -7,12 +7,12 @@ DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = fonts
include $(DEPTH)/config/autoconf.mk
MOCHITEST_FILES = \
Ahem.ttf \
$(NULL)
include $(topsrcdir)/config/rules.mk
_TEST_FILES = Ahem.ttf \
$(NULL)
libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/fonts

View File

@ -7,12 +7,12 @@ DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = fonts/mplus
include $(DEPTH)/config/autoconf.mk
MOCHITEST_FILES = \
mplus-1p-regular.ttf \
$(NULL)
include $(topsrcdir)/config/rules.mk
_TEST_FILES = mplus-1p-regular.ttf \
$(NULL)
libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/fonts/mplus