Skip to content

Commit 71d9ba8

Browse files
committed
crossplatform.mk: add include guard variable CROSSPLATFORM_MK := defined.
1 parent 4a6577b commit 71d9ba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crossplatform.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ $(info Using config.mk configuration file.)
33
include config.mk
44
endif
55

6+
CROSSPLATFORM_MK := defined
7+
68
ifndef VERBOSE
79
MAKEFLAGS += --no-print-directory
810
endif
@@ -316,7 +318,7 @@ endif
316318
ifeq ($(D),1)
317319
DEBUG_IS_ON := defined
318320
endif
319-
addtolistfile = $(if $(1),@$(call echo,$(1)) >> $(2),)
321+
addtolistfile = $(if $(1),@$(call echo,$(1))>> $(2),)
320322
ifdef WIN_SHELL_COMMANDS
321323
cd = @cd
322324
nullerror = 2>NUL

0 commit comments

Comments
 (0)