diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-10 16:34:19 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-10 16:34:19 +0000 |
commit | f5b96fc71d22e400ab4644aa073138b1a3c6da38 (patch) | |
tree | d813e9dcaf67b42b64aefcd6754a2e3ac5b352fc /Makefile | |
parent | 7710aa356a62859137f7db6f9627927d3e886141 (diff) | |
download | buildroot-novena-f5b96fc71d22e400ab4644aa073138b1a3c6da38.tar.gz buildroot-novena-f5b96fc71d22e400ab4644aa073138b1a3c6da38.zip |
renamed variable, removed uppercase config text
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |