mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Corrected build issue related to pkgconfig.make file missing from Instance/Shared.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39972 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5088f78344
commit
a526144187
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-07-10 13:33-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* GNUmakefile.in: add pkgconfig.make to INSTANCE_SHARED_MAKE_FILES
|
||||
variable so it is copied properly.
|
||||
|
||||
2016-07-08 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
* GNUstep.conf.in
|
||||
|
|
|
@ -137,7 +137,7 @@ INSTANCE_MAKE_FILES = \
|
|||
test-library.make test-tool.make tool.make
|
||||
|
||||
INSTANCE_SHARED_MAKE_FILES = bundle.make headers.make java.make \
|
||||
stamp-string.make strings.make
|
||||
pkgconfig.make stamp-string.make strings.make
|
||||
|
||||
INSTANCE_DOC_MAKE_FILES = autogsdoc.make gsdoc.make install_files.make \
|
||||
javadoc.make latex.make texi.make
|
||||
|
|
Loading…
Reference in a new issue