aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-10 03:50:01 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-10 03:50:01 +0000
commit0b60b60c614c50cae540c2d90a0c4ebf1bd0e32f (patch)
tree870053dbce700e8ffb9f66de1dfe40dcc72d9e6e
parent4719fca252fb20f7ab5f4e8a4dff1e6b40efc1fd (diff)
downloadupstream-0b60b60c614c50cae540c2d90a0c4ebf1bd0e32f.tar.gz
upstream-0b60b60c614c50cae540c2d90a0c4ebf1bd0e32f.tar.bz2
upstream-0b60b60c614c50cae540c2d90a0c4ebf1bd0e32f.zip
fix uninstall-dev cleaning
SVN-Revision: 1594
-rw-r--r--openwrt/package/opencdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/opencdk/Makefile b/openwrt/package/opencdk/Makefile
index baca64cbe3..05cee55bff 100644
--- a/openwrt/package/opencdk/Makefile
+++ b/openwrt/package/opencdk/Makefile
@@ -90,7 +90,7 @@ uninstall-dev:
rm -rf \
$(STAGING_DIR)/usr/bin/opencdk-config \
$(STAGING_DIR)/usr/include/opencdk.h \
- $(STAGING_DIR)/usr/lib/opencdk.{a,so*} \
+ $(STAGING_DIR)/usr/lib/libopencdk.{a,so*} \
compile: install-dev