mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 778282 - remove libs:: rule from image/test/browser/Makefile.in; r=glandium
This commit is contained in:
parent
997e90b432
commit
4bc9878dfb
@ -9,18 +9,15 @@ VPATH = @srcdir@
|
||||
relativesrcdir = image/test/browser
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MOCHITEST_BROWSER_FILES = head.js \
|
||||
browser_image.js \
|
||||
image.html \
|
||||
imageX2.html \
|
||||
animated.gif \
|
||||
animated2.gif \
|
||||
browser_bug666317.js \
|
||||
big.png \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_BROWSER_FILES = head.js \
|
||||
browser_image.js \
|
||||
image.html \
|
||||
imageX2.html \
|
||||
animated.gif \
|
||||
animated2.gif \
|
||||
browser_bug666317.js \
|
||||
big.png \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_BROWSER_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user