mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
fix silly error with uname -s
This commit is contained in:
@ -24,8 +24,7 @@ CFLAGS ?= -O3 -funroll-loops -D_FORTIFY_SOURCE=2
|
|||||||
CFLAGS += -I ../include/ -Wall -g -Wno-pointer-sign
|
CFLAGS += -I ../include/ -Wall -g -Wno-pointer-sign
|
||||||
|
|
||||||
UNAME_CMD=uname -s
|
UNAME_CMD=uname -s
|
||||||
_UNAME_S =$(shell $(UNAME_CMD)) # GNU make puts a space at the end, great!!
|
UNAME_S =$(shell $(UNAME_CMD))# GNU make
|
||||||
UNAME_S =$(_UNAME_S: =)
|
|
||||||
UNAME_S:sh=$(UNAME_CMD) # BSD make
|
UNAME_S:sh=$(UNAME_CMD) # BSD make
|
||||||
_UNIQ=_QINU_
|
_UNIQ=_QINU_
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user