From 28a4afb3bb61bbe541f1bdea74aee1f89065b3f1 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 21 Nov 2023 10:26:17 -0500 Subject: [PATCH] remove redundant assignment in macOS.370 and linux.370 --- sys/unix/hints/linux.370 | 1 - sys/unix/hints/macOS.370 | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/unix/hints/linux.370 b/sys/unix/hints/linux.370 index 7cec1ff89..c90507af9 100755 --- a/sys/unix/hints/linux.370 +++ b/sys/unix/hints/linux.370 @@ -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 \ diff --git a/sys/unix/hints/macOS.370 b/sys/unix/hints/macOS.370 index c043782b4..a95a87400 100755 --- a/sys/unix/hints/macOS.370 +++ b/sys/unix/hints/macOS.370 @@ -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 \