libports: fix comment in import-libc.mk

This commit is contained in:
Norman Feske 2015-09-07 18:41:08 +02:00 committed by Christian Helmuth
parent ffd48e3f83
commit be789ffcf1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ ifeq ($(filter-out $(SPECS),x86),)
ifeq ($(filter-out $(SPECS),64bit),)
LIBC_ARCH_INC_DIR := $(LIBC_PORT_DIR)/include/libc-amd64
endif # 32bit
endif # 64bit
endif # x86
ifeq ($(filter-out $(SPECS),arm),)