projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1243071
)
Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 22 Aug 2008 14:01:56 +0000
(14:01 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 22 Aug 2008 14:01:56 +0000
(14:01 -0000)
Patch by Wade Berrier.
package/Makefile.autotools.in
patch
|
blob
|
history
diff --git
a/package/Makefile.autotools.in
b/package/Makefile.autotools.in
index 9d8d6794dba5a98c649d4fa3d2d092bdfbea1d6c..073e7d5a7789c22197da5a735e53e76d1a9e1a28 100644
(file)
--- 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: