Skip to content

Commit

Permalink
Bug 933100 - Cleanup toolkit/mozapps/plugins/tests/Makefile.in. r=gps
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Nov 1, 2013
1 parent b07918c commit e230afd
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions toolkit/mozapps/plugins/tests/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ MOCHITEST_BROWSER_FILES = \
BadExtension.xpi \
$(NULL)

programs = $(SIMPLE_PROGRAMS:%$(BIN_SUFFIX)=$(TESTROOT)/%)
PROGRAMS_DEST = $(TESTROOT)

include $(topsrcdir)/config/rules.mk

$(programs): $(TESTROOT)
$(TESTROOT):
$(NSINSTALL) -D $@

$(programs): $(TESTROOT)/% : %$(BIN_SUFFIX)
cp $< $@

libs:: $(programs)

0 comments on commit e230afd

Please sign in to comment.