projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529cb04
)
fixed a typo in the UninstallDev part
author
Martin Janitschke
<noeoeh@web.de>
Thu, 12 Jul 2007 09:34:20 +0000
(09:34 +0000)
committer
Martin Janitschke
<noeoeh@web.de>
Thu, 12 Jul 2007 09:34:20 +0000
(09:34 +0000)
SVN-Revision: 7934
libs/apr/Makefile
patch
|
blob
|
history
diff --git
a/libs/apr/Makefile
b/libs/apr/Makefile
index 79327bcbf005d3f5317bfcfff3b2018e01d9e609..357d61e512e8733bb230db55c3765eed08146393 100644
(file)
--- a/
libs/apr/Makefile
+++ b/
libs/apr/Makefile
@@
-76,9
+76,9
@@
define Build/InstallDev
endef
define Build/UninstallDev
- rm
$(STAGING_DIR)/usr/bin/apr-1-config \
+ rm
-rf
$(STAGING_DIR)/usr/bin/apr-1-config \
$(STAGING_DIR)/usr/lib/{libapr-1*,apr.exp} \
-
rm -rf
$(STAGING_DIR)/usr/share/build-1/ \
+
$(STAGING_DIR)/usr/share/build-1/ \
$(STAGING_DIR)/usr/include/apr-1/
endef