diff options
Diffstat (limited to 'openwrt/package/libgcrypt')
-rw-r--r-- | openwrt/package/libgcrypt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openwrt/package/libgcrypt/Makefile b/openwrt/package/libgcrypt/Makefile index 4f9077dbe..6a3028797 100644 --- a/openwrt/package/libgcrypt/Makefile +++ b/openwrt/package/libgcrypt/Makefile @@ -86,9 +86,8 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libgcrypt.{a,so*} \ $(STAGING_DIR)/usr/share/aclocal/libgcrypt.m4 \ -compile: install-dev - -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev mostlyclean: make -C $(PKG_BUILD_DIR) clean |