Fix for bug when using non-flattened systems

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25143 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2007-05-11 15:47:41 +00:00
parent f267dee8af
commit 047e647e40
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-05-11 Richard Frith-Macdonald <rfm@gnu.org>
* common.make: correct the os/architecture specific header
directory for non-flattened compilation. Needs to be a subdirectory
of the library-combo directory and wasn't.
2007-05-02 Nicola Pero <nicola.pero@meta-innovation.com>
* FilesystemLayouts/fhs-system: Added missing xxx_WEB_APPS

View file

@ -308,7 +308,7 @@ ifeq ($(GNUSTEP_IS_FLATTENED), no)
# Later, we'll systematically replace domain with USER, the LOCAL,
# then NETWORK, then SYSTEM.
GS_HEADER_PATH = \
$(GNUSTEP_$(domain)_HEADERS)/$(GNUSTEP_TARGET_DIR) \
$(GNUSTEP_$(domain)_HEADERS)/$(LIBRARY_COMBO)/$(GNUSTEP_TARGET_DIR) \
$(GNUSTEP_$(domain)_HEADERS)/$(LIBRARY_COMBO) \
$(GNUSTEP_$(domain)_HEADERS)