benchmarks.mk: don't include base model-checker dir
authorBrian Norris <banorris@uci.edu>
Fri, 12 Oct 2012 00:09:18 +0000 (17:09 -0700)
committerBrian Norris <banorris@uci.edu>
Fri, 12 Oct 2012 00:09:18 +0000 (17:09 -0700)
All model-checker headers needed for user-program compilation should be
in $(BASE)/include now, not in $(BASE)/

benchmarks.mk

index a87f18df9215f52aab678d57f19dd0bc7313d593..0d53e5d4ac92721022657b6e1a02a4de32d37e25 100644 (file)
@@ -9,7 +9,7 @@ LIB_NAME = model
 LIB_SO = lib$(LIB_NAME).so
 
 BASE = ../..
-INCLUDE = -I$(BASE)/include  -I$(BASE) -I../include
+INCLUDE = -I$(BASE)/include -I../include
 FLAGS := -g -rdynamic
 CPPFLAGS += $(INCLUDE) $(FLAGS)
 CFLAGS += $(INCLUDE) $(FLAGS)