Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 22 Aug 2008 14:01:56 +0000 (14:01 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 22 Aug 2008 14:01:56 +0000 (14:01 -0000)
Patch by Wade Berrier.

package/Makefile.autotools.in

index 9d8d6794dba5a98c649d4fa3d2d092bdfbea1d6c..073e7d5a7789c22197da5a735e53e76d1a9e1a28 100644 (file)
@@ -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: