mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
2bf1c5ed77
This allows FasterMake to produce this line properly.
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
|