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
commit0d7f44ed2d3ad9f41e26d6f8caaab84426f819c2 (patch)
tree870053dbce700e8ffb9f66de1dfe40dcc72d9e6e
parent6e246d83400aaab75e99f11f445dc1aea67aa17c (diff)
downloadupstream-0d7f44ed2d3ad9f41e26d6f8caaab84426f819c2.tar.gz
upstream-0d7f44ed2d3ad9f41e26d6f8caaab84426f819c2.tar.bz2
upstream-0d7f44ed2d3ad9f41e26d6f8caaab84426f819c2.zip
fix uninstall-dev cleaning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1594 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 baca64cbe34..05cee55bff9 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