From 74342ca2fc8f7ab62f915d92278125f9506dedd6 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 17 Feb 2016 16:28:28 +0100 Subject: [PATCH] lib/lwip: fix import description The REP_DIR variable does not remain consistent when importing from other repositories. Fixes #1888 --- repos/libports/lib/import/import-lwip.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/libports/lib/import/import-lwip.mk b/repos/libports/lib/import/import-lwip.mk index ffd2a588d..e212bb85d 100644 --- a/repos/libports/lib/import/import-lwip.mk +++ b/repos/libports/lib/import/import-lwip.mk @@ -1,2 +1,2 @@ INC_DIR += $(call select_from_ports,lwip)/include/lwip -INC_DIR += $(REP_DIR)/include/lwip +INC_DIR += $(call select_from_repositories,include/lwip)