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