diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 11:43:23 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 11:43:23 (EDT) |
commit | 5232d44dc00b90bf5628a7d79baca64dd78cad6c (patch) | |
tree | 4ac8eeaae4eb4b91cc65b70387dce9a04c523964 | |
parent | 9462302d6676275d13b623d052572ce38fffc5be (diff) |
gmake: Provide /usr/include/gnumake.h
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | gmake.pkg/files | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,8 @@ gmake (4.2.1-1) trunk * Update Maintainer and Homepage fields. * gmake: Use automatic shared library dependencies. * Slightly improve/standardize package descriptions. + * gmake: Provide /usr/include/gnumake.h header for dynamic objects loaded + into GNU Make. This may be split into a separate package in the future. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 10:30:43 -0400 diff --git a/gmake.pkg/files b/gmake.pkg/files index 5d995d5..9720357 100644 --- a/gmake.pkg/files +++ b/gmake.pkg/files @@ -1 +1,2 @@ /usr/bin/make +/usr/include/gnumake.h |