Skip to content
Snippets Groups Projects
Commit 4c568e6d authored by Jim Mathies's avatar Jim Mathies
Browse files

Bug 817076 - Update webapprt build config to use DIST_SUBDIR vs. FINAL_TARGET. r=glandium

parent 83a42584
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,8 @@ DIRS = $(NULL)
# Include config.mk explicitly so we can override FINAL_TARGET.
include $(topsrcdir)/config/config.mk
# config.mk sets FINAL_TARGET to $(DIST)/bin, but we want to copy build products
# into a WebappRT-specific subdirectory, so we redefine it here.
FINAL_TARGET = $(DIST)/bin/webapprt
# Place webapprt resources in a separate app dir
DIST_SUBDIR = webapprt
ifneq (,$(filter WINNT,$(OS_ARCH)))
DIRS += win
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment