mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
a830aae513
commit
b88bc69504
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue