Whitespace cleanup in root and 'build' folder.

* Removed trailing whitespace and empty lines at top of files.
This commit is contained in:
Oliver Tappe
2014-05-01 12:55:41 +02:00
parent 79895eed07
commit 8c54af563c
28 changed files with 189 additions and 196 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
# Variable naming conventions:
# TARGET_*: A build system variable specifying a property for building for
# the target platform (usually Haiku). E.g. TARGET_CC specifies the
@@ -587,7 +586,7 @@ if $(HOST_PLATFORM) = freebsd {
# FreeBSD's gcc doesn't include /usr/local/* in its search paths,
# though that's where most things from ports wind up being installed.
HOST_HDRS += /usr/local/include ;
HOST_LINKFLAGS += -L/usr/local/lib ;
HOST_LINKFLAGS += -L/usr/local/lib ;
}
if $(HOST_PLATFORM) = darwin {