resource-set should be a general purpose file

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16572 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-04-28 11:16:30 +00:00
parent a830aae513
commit b88bc69504
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
2003-04-027 Adam Fedor <fedor@gnu.org>
2003-04-28 Nicola Pero <nicola@nicola.brainstorm.co.uk>
* Instance/resource-set.make (RESOURCE_FILES_FULL_INSTALL_DIR): Reverted
last change. This file is of general use, not just for libraries.
2003-04-27 Adam Fedor <fedor@gnu.org>
* New filesystem structure.
Use @MAKEFILE_SUFFIX@ instead of Makefiles.

View file

@ -42,7 +42,7 @@ endif
# Determine installation dir
RESOURCE_FILES_INSTALL_DIR = $($(GNUSTEP_INSTANCE)_RESOURCE_FILES_INSTALL_DIR)
RESOURCE_FILES_FULL_INSTALL_DIR = $(GNUSTEP_RESOURCES)/$(RESOURCE_FILES_INSTALL_DIR)
RESOURCE_FILES_FULL_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/$(RESOURCE_FILES_INSTALL_DIR)
# Rule to build the installation dir
$(RESOURCE_FILES_FULL_INSTALL_DIR):