mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Define here PALETTE_ICON and tidied up definition of PALETTE_INSTALL_DIR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12836 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1d5f3fca4b
commit
76d3c97faa
1 changed files with 4 additions and 2 deletions
|
@ -105,12 +105,14 @@ ifeq ($(PRINCIPAL_CLASS),)
|
|||
override PRINCIPAL_CLASS = $(GNUSTEP_INSTANCE)
|
||||
endif
|
||||
|
||||
PALETTE_ICON = $($(GNUSTEP_INSTANCE)_PALETTE_ICON)
|
||||
|
||||
ifeq ($(PALETTE_ICON),)
|
||||
override PALETTE_ICON = $(GNUSTEP_INSTANCE)
|
||||
PALETTE_ICON = $(GNUSTEP_INSTANCE)
|
||||
endif
|
||||
|
||||
ifeq ($(PALETTE_INSTALL_DIR),)
|
||||
PALETTE_INSTALL_DIR := $(GNUSTEP_PALETTES)
|
||||
PALETTE_INSTALL_DIR = $(GNUSTEP_PALETTES)
|
||||
endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue