about summary refs log tree commit diff
path: root/utils/libtokencap
diff options
context:
space:
mode:
Diffstat (limited to 'utils/libtokencap')
-rw-r--r--utils/libtokencap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/libtokencap/Makefile b/utils/libtokencap/Makefile
index 8bbdc259..b81e1729 100644
--- a/utils/libtokencap/Makefile
+++ b/utils/libtokencap/Makefile
@@ -21,7 +21,7 @@ MAN_PATH    ?= $(PREFIX)/share/man/man8
 VERSION     = $(shell grep '^\#define VERSION ' ../../config.h | cut -d '"' -f2)
 
 CFLAGS      ?= -O3 -funroll-loops -D_FORTIFY_SOURCE=2
-CFLAGS += -I ../../include/ -Wall -g -Wno-pointer-sign
+override CFLAGS += -I ../../include/ -Wall -g -Wno-pointer-sign
 
 
 UNAME_S =$(shell uname -s)# GNU make