remove redundant assignment in macOS.370 and linux.370

This commit is contained in:
nhmall
2023-11-21 10:26:17 -05:00
parent 0915626964
commit 28a4afb3bb
2 changed files with 0 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ HINTSVERSION := 370
ifdef MAKEFILE_TOP
ifeq ($(MAKELEVEL),0)
PRECHECK+=checkmakefiles
HINTSVERSION := 370
# all files included from this hints file get listed
# in HINTSINCLNAMES (without suffix and without a path)
HINTSINCLNAMES := compiler cross-pre cross-post \

View File

@@ -25,7 +25,6 @@ HINTSVERSION := 370
ifdef MAKEFILE_TOP
ifeq ($(MAKELEVEL),0)
PRECHECK+=checkmakefiles
HINTSVERSION := 370
# all files included from this hints file get listed
# in HINTSINCLNAMES (without suffix and without a path)
HINTSINCLNAMES := compiler cross-pre cross-post \