diff options
author | joerg <joerg@pkgsrc.org> | 2016-06-03 14:32:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-06-03 14:32:30 +0000 |
commit | 963b725afe34cd844cef303a7a0a1e3bf9c7d02e (patch) | |
tree | bebde8a2e28e564053e54fe9036b6276306f314a /mk | |
parent | 4426807f4dcda148df0ff176d7472bec264af83f (diff) | |
download | pkgsrc-963b725afe34cd844cef303a7a0a1e3bf9c7d02e.tar.gz |
Honour ALL_ENV in print-PLIST.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/plist/print-plist.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/plist/print-plist.mk b/mk/plist/print-plist.mk index 58d6dbf81b5..3f0169ab552 100644 --- a/mk/plist/print-plist.mk +++ b/mk/plist/print-plist.mk @@ -1,4 +1,4 @@ -# $NetBSD: print-plist.mk,v 1.30 2016/05/10 16:54:05 jperkin Exp $ +# $NetBSD: print-plist.mk,v 1.31 2016/06/03 14:32:30 joerg Exp $ ### ### Automatic PLIST generation @@ -93,7 +93,7 @@ _PRINT_PLIST_LIBTOOLIZE_FILTER?= ${CAT} .if !target(print-PLIST) print-PLIST: ${RUN} ${ECHO} '@comment $$'NetBSD'$$' - ${RUN}\ + ${RUN} ${ALL_ENV}; \ shlib_type=${SHLIB_TYPE:Q}; \ case $$shlib_type in \ "a.out") genlinks=1 ;; \ |