Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / js / src / shell / Makefile.in
blob3ce017a08d83a3d5584c07481dd6a1c1862d3fc3
1 # -*- Mode: makefile -*-
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 ifdef QEMU_EXE
8 MOZ_POST_PROGRAM_COMMAND = $(topsrcdir)/build/qemu-wrap --qemu $(QEMU_EXE) --libdir $(CROSS_LIB)
9 endif
11 include $(topsrcdir)/config/rules.mk
13 # Install versioned binary for parallel installability in Linux distributions
14 install:: $(PROGRAM)
15 cp $^ $(basename $^)$(MOZJS_MAJOR_VERSION)$(suffix $^)
16 $(SYSINSTALL) $(basename $^)$(MOZJS_MAJOR_VERSION)$(suffix $^) $(DESTDIR)$(bindir)