mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
13 lines
589 B
Makefile
13 lines
589 B
Makefile
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# Include rules.mk explicitly so we can use FINAL_TARGET. Also, the dependencies
|
|
# for webapprt.ini need to be set after PP_TARGETS are expanded in rules.mk.
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
MOZ_APP_BUILDID := $(shell cat $(DEPTH)/config/buildid)
|
|
DEFINES += -DMOZ_APP_BUILDID=$(MOZ_APP_BUILDID)
|
|
|
|
$(FINAL_TARGET)/webapprt.ini: $(DEPTH)/config/buildid $(topsrcdir)/config/milestone.txt
|