From 04bffe59658691d73e85077cf0fad9f484e0190d Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Tue, 13 May 2008 15:53:12 +0000 Subject: - allow additional CPPFLAGS from the command line --- examples/usbtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/usbtool/Makefile b/examples/usbtool/Makefile index f79fc03..d809e01 100644 --- a/examples/usbtool/Makefile +++ b/examples/usbtool/Makefile @@ -27,7 +27,7 @@ NAME = usbtool OBJECTS = opendevice.o $(NAME).o CC = gcc -CFLAGS = $(USBFLAGS) -O -g -Wall +CFLAGS = $(CPPFLAGS) $(USBFLAGS) -O -g -Wall LIBS = $(USBLIBS) PROGRAM = $(NAME)$(EXE_SUFFIX) -- cgit v1.2.3