diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-10 03:50:01 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-10 03:50:01 +0000 |
commit | f5fa8ba25ecc5759dd383e2fc93b5d096f9eda37 (patch) | |
tree | 8eae6e6664a13776f22883153ef03452e768fcd3 /package/opencdk | |
parent | 1caffb3dcf9ae7a91d81796ec1620a0517d9e510 (diff) | |
download | upstream-f5fa8ba25ecc5759dd383e2fc93b5d096f9eda37.tar.gz upstream-f5fa8ba25ecc5759dd383e2fc93b5d096f9eda37.tar.bz2 upstream-f5fa8ba25ecc5759dd383e2fc93b5d096f9eda37.zip |
fix uninstall-dev cleaning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1594 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opencdk')
-rw-r--r-- | package/opencdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opencdk/Makefile b/package/opencdk/Makefile index baca64cbe3..05cee55bff 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 |