From f5b96fc71d22e400ab4644aa073138b1a3c6da38 Mon Sep 17 00:00:00 2001 From: John Voltz Date: Mon, 10 Mar 2008 16:34:19 +0000 Subject: renamed variable, removed uppercase config text --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e57f1625..e1d537a49 100644 --- a/Makefile +++ b/Makefile @@ -318,7 +318,7 @@ erase-fakeroots: rm -f $(PROJECT_BUILD_DIR)/.fakeroot* target-devfiles: -ifeq ($(strip $(BR2_TARGET_DEV_FILES)),y) +ifeq ($(strip $(BR2_HAVE_DEVFILES)),y) cp -a $(STAGING_DIR)/usr/include $(TARGET_DIR)/usr cp $(STAGING_DIR)/usr/lib/*.a $(TARGET_DIR)/usr/lib cp $(STAGING_DIR)/lib/*.a $(TARGET_DIR)/lib -- cgit v1.2.3