From: nico Date: Wed, 10 Aug 2005 03:50:01 +0000 (+0000) Subject: fix uninstall-dev cleaning X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/518fcb30b85780d9f602f472b972536db09b51b1?hp=315cccc121587a31aa4bd49c978dfbb5c7abd4a0 fix uninstall-dev cleaning git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1594 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/opencdk/Makefile b/package/opencdk/Makefile index baca64cbe..05cee55bf 100644 --- a/package/opencdk/Makefile +++ b/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