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)/internfile \
-I$(depth)/rcldb \ -I$(depth)/rcldb \
-I$(depth)/unac \ -I$(depth)/unac \
-I$(depth)/utils \ -I$(depth)/utils
-I/usr/local/include
# We happen to be using gcc on all platforms for now. Can be overridden in # We happen to be using gcc on all platforms for now. Can be overridden in
# sys file anyway # sys file anyway