Adjust NATIVE_SYSTEM_HEADER_DIR to PM-Haiku

This commit is contained in:
Oliver Tappe 2013-05-30 00:17:52 +02:00
parent c88bf695a8
commit db57f3c887

View File

@ -1,4 +1,4 @@
# There are system headers elsewhere, but these are the ones that
# we are most likely to want to apply any fixes to.
NATIVE_SYSTEM_HEADER_DIR = /boot/develop/headers
NATIVE_SYSTEM_HEADER_DIR = /boot/system/develop/headers
LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/posix/limits.h ]