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

This commit is contained in:
Jim Mathies 2012-12-05 16:36:36 -06:00
Родитель 83a42584b3
Коммит 4c568e6d6c
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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