diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-22 14:01:56 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-22 14:01:56 +0000 |
commit | 298338133727a923300869562e1bb9ec6aa596d7 (patch) | |
tree | cbf6c18e2c79e1c44511978a55d4501b8b0687bd /package | |
parent | 1243071b1658ff5a78b6ce756361868a215dfac2 (diff) | |
download | buildroot-novena-298338133727a923300869562e1bb9ec6aa596d7.tar.gz buildroot-novena-298338133727a923300869562e1bb9ec6aa596d7.zip |
Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling
Patch by Wade Berrier.
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile.autotools.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 9d8d6794d..073e7d5a7 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -244,9 +244,6 @@ $(BUILD_DIR)/%/.stamp_target_installed: $(if $(BR2_HAVE_INFOPAGES),,for d in info share/info; do \ rm -rf $(TARGET_DIR)/$$d $(TARGET_DIR)/usr/$$d; \ done) - $(if $(BR2_HAVE_INCLUDES),,for d in include; do \ - rm -rf $(TARGET_DIR)/$$d $(TARGET_DIR)/usr/$$d; \ - done) touch $@ $(BUILD_DIR)/%/.stamp_cleaned: |