From 952ea88db21635f804ba67428ba504d497690d9b Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 6 Aug 2009 15:06:09 -0700 Subject: Remove perf-cppflags from repository. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 39569b6..33cd4f9 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CC=gcc CXX=g++ CFLAGS=-std=c99 INCLUDE=-Idescriptor -Isrc -Itests -I. -CPPFLAGS=-O3 -Wall -Wextra -g $(INCLUDE) $(strip $(shell cat perf-cppflags)) +CPPFLAGS=-O3 -Wall -Wextra -g $(INCLUDE) $(strip $(shell test -f perf-cppflags && cat perf-cppflags)) LIBUPB=src/libupb.a ALL=deps $(OBJ) $(LIBUPB) tests/test_table tests/tests tools/upbc -- cgit v1.2.3