Skip to content

Commit 3e74437

Browse files
committed
build: Old GNU make chokes on multiline vars with dangling =
1 parent fd20308 commit 3e74437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ override USER_CFLAGS := $(CFLAGS)
8080
override USER_CPPFLAGS := $(CPPFLAGS)
8181
override USER_LDFLAGS := $(LDFLAGS)
8282

83-
override define SEABIOS_CALL =
83+
override define SEABIOS_CALL
8484
$(MAKE) -C seabios $(1) \
8585
HOSTCC="$(HOST_CC)" \
8686
CC="$(CC)" \

0 commit comments

Comments
 (0)