remove UninstallDev
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9907 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -34,7 +34,7 @@ CONFIGURE_ARGS += \
|
||||
--disable-cpp
|
||||
|
||||
MAKE_FLAGS += \
|
||||
$(TARGET_CONFIGURE_OPTS \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
all
|
||||
|
||||
@ -47,13 +47,6 @@ define Build/InstallDev
|
||||
$(CP) $(PKG_BUILD_DIR)/.libs/libpcre{,posix}.{a,so*} $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Build/UninstallDev
|
||||
rm -rf \
|
||||
$(STAGING_DIR)/usr/bin/pcre-config \
|
||||
$(STAGING_DIR)/usr/include/pcre{,posix}.h \
|
||||
$(STAGING_DIR)/usr/lib/libpcre{,posix}.{a,so*}
|
||||
endef
|
||||
|
||||
define Package/libpcre/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_BUILD_DIR)/.libs/libpcre{,posix}.so.* $(1)/usr/lib/
|
||||
|
Reference in New Issue
Block a user