Remove a few redundant paths from the include path.

This commit is contained in:
Russel Winder
2009-08-05 07:44:05 +01:00
parent 162941c645
commit 7cf85c4428
4 changed files with 6 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
Import ( 'environment' )
e = environment.Clone ( )
e.Append ( CPPPATH = [ 'include' , '#libs/c/include/' , '#tasks/libl4/include' , '#tasks/libmem' , '#tasks/libposix/include' ] )
e.Append ( CPPPATH = [ 'include' , '#libs/c/include/' , '#tasks/libl4/include' , '#tasks/libmem' , '#tasks/libposix/include' ] )
# TODO: There are errors in this code that -Werror gives problems with.