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:
Nicola Pero 2002-02-27 16:40:09 +00:00
parent 1d5f3fca4b
commit 76d3c97faa

View file

@ -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