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