remove -I/usr/local/include from commondefs!

This commit is contained in:
dockes 2009-10-04 13:24:23 +00:00
parent a73a1fb097
commit 6c98de62df

View File

@ -9,8 +9,7 @@ COMMONCXXFLAGS = -I. \
-I$(depth)/internfile \
-I$(depth)/rcldb \
-I$(depth)/unac \
-I$(depth)/utils \
-I/usr/local/include
-I$(depth)/utils
# We happen to be using gcc on all platforms for now. Can be overridden in
# sys file anyway