diff options
-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 |