mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Use FreeBSD.mk for all FreeBSD versions. Patch from markush@acc.umu.se, r=nelsonb.
This commit is contained in:
parent
33aeb4f73d
commit
b4f1624cd6
@ -56,7 +56,7 @@ include $(CORE_DEPTH)/coreconf/command.mk
|
||||
# each OS release. #
|
||||
#######################################################################
|
||||
|
||||
ifeq (,$(filter-out BSD_OS NetBSD OS2,$(OS_TARGET)))
|
||||
ifeq (,$(filter-out FreeBSD BSD_OS NetBSD OS2,$(OS_TARGET)))
|
||||
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
|
||||
else
|
||||
include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk
|
||||
|
Loading…
Reference in New Issue
Block a user