summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Voltz <john.voltz@gmail.com>2008-03-10 15:22:43 +0000
committerJohn Voltz <john.voltz@gmail.com>2008-03-10 15:22:43 +0000
commitbc67ca29d3668dd7439e1e5ce3964eb7b6ee2721 (patch)
tree9658e27c6468208c945a7c1db0d506ad776140e0 /package
parent77ec383076f19f9c2a980941f2dfa9da829de557 (diff)
downloadbuildroot-novena-bc67ca29d3668dd7439e1e5ce3964eb7b6ee2721.tar.gz
buildroot-novena-bc67ca29d3668dd7439e1e5ce3964eb7b6ee2721.zip
added dev files in target option
Diffstat (limited to 'package')
-rw-r--r--package/Makefile.autotools.in4
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: