diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile.autotools.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 358e71613..7b08be1a5 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -230,10 +230,6 @@ $(BUILD_DIR)/%/.stamp_target_installed: $(if $(BR2_HAVE_INCLUDES),,for d in include; do \ rm -rf $(TARGET_DIR)/$$d $(TARGET_DIR)/usr/$$d; \ done) - find $(TARGET_DIR) -name '*.la' -delete - find $(TARGET_DIR)/lib -name '*.a' -delete - find $(TARGET_DIR)/usr/lib -name '*.a' -delete - touch $@ $(BUILD_DIR)/%/.stamp_cleaned: |