summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/macros.packages.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/macros.packages.mk b/mk/macros.packages.mk
index 05b754d..8cfc113 100644
--- a/mk/macros.packages.mk
+++ b/mk/macros.packages.mk
@@ -88,8 +88,6 @@ define __embtk_fix_pkgconfig_files
mv $$i.new $$i; \
done
endef
-pkgconfig_files_adapt:
- $(Q)$(call __embtk_fix_pkgconfig_files)
#A macro to remove rpath in packages that use libtool -rpath
define __embtk_kill_lt_rpath