From: Peter Korsgaard Date: Fri, 22 Aug 2008 14:01:56 +0000 (-0000) Subject: Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=298338133727a923300869562e1bb9ec6aa596d7;p=buildroot.git Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling Patch by Wade Berrier. --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 9d8d6794db..073e7d5a77 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: