File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2012, 2022 , Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2012, 2023 , Oracle and/or its affiliates. All rights reserved.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# This code is free software; you can redistribute it and/or modify it
@@ -138,7 +138,10 @@ ifeq ($(HAS_SPEC),)
138
138
# The spec files depend on the autoconf source code. This check makes sure
139
139
# the configuration is up to date after changes to configure.
140
140
$(SPECS): $(wildcard $(topdir)/make/autoconf/*) \
141
- $(if $(CUSTOM_CONFIG_DIR), $(wildcard $(CUSTOM_CONFIG_DIR)/*))
141
+ $(if $(CUSTOM_CONFIG_DIR), $(wildcard $(CUSTOM_CONFIG_DIR)/*)) \
142
+ $(addprefix $(topdir)/make/conf/, version-numbers.conf branding.conf) \
143
+ $(if $(CUSTOM_CONF_DIR), $(wildcard $(addprefix $(CUSTOM_CONF_DIR)/, \
144
+ version-numbers.conf branding.conf)))
142
145
ifeq ($(CONF_CHECK), fail)
143
146
@echo Error: The configuration is not up to date for \
144
147
"'$(lastword $(subst /, , $(dir $@)))'."
You can’t perform that action at this time.
0 commit comments