mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
Fixed phony targets and restructured dependency of install from all
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10224 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
66a0a786a1
commit
052a18c8d8
1 changed files with 23 additions and 0 deletions
23
ChangeLog
23
ChangeLog
|
@ -1,3 +1,26 @@
|
|||
Thu Jun 21 10:13:55 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* rules.make (.PHONY): Fixed typo ('=' was used instead of ':')
|
||||
which was causing the phony target declaration to be ignored.
|
||||
|
||||
* rules.make (install): Depend on `all' target at makelevel 0.
|
||||
* application.make (internal-app-install): Do not depend on
|
||||
internal-app-all.
|
||||
* bundle.make (internal-install): Do not depend on all.
|
||||
* ctool.make (internal-ctool-install): Do not depend on
|
||||
internal-ctool-all.
|
||||
* documentation.make (internal-install): Do not depend on all.
|
||||
* framework.make (internal-install): Do not depend on all.
|
||||
* gswbundle.make (internal-install): Do not depend on all.
|
||||
* library.make (internal-install): Do not depend on all.
|
||||
* objc.make (internal-objc_program-install): Do not depend on
|
||||
internal-objc_program-all.
|
||||
* palette.make (internal-install): Do not depend on all.
|
||||
* subproject.make (internal-install): Do not depend on all.
|
||||
* tool.make (internal-tool-install): Do not depend on
|
||||
internal-tool-all.
|
||||
* wobundle.make (internal-install): Do not depend on all.
|
||||
|
||||
Wed Jun 20 12:24:35 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* rules.make (.PHONY): Added internal-after-install.
|
||||
|
|
Loading…
Reference in a new issue