From: Nicolas Thill Date: Wed, 10 Aug 2005 03:50:01 +0000 (+0000) Subject: fix uninstall-dev cleaning X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0d7f44ed2d3ad9f41e26d6f8caaab84426f819c2;p=15.05%2Fopenwrt.git fix uninstall-dev cleaning git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1594 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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