From 8d65648a9c164fecfbcc02bc9951ca07508dbbaa Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 12 Jan 1999 20:11:26 +0000 Subject: [PATCH] Fix includes git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3561 72102866-910b-0410-8b05-ffd578937521 --- Tools/Makefile.preamble | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tools/Makefile.preamble b/Tools/Makefile.preamble index 102875452..927b91965 100644 --- a/Tools/Makefile.preamble +++ b/Tools/Makefile.preamble @@ -45,7 +45,9 @@ #ADDITIONAL_CFLAGS += # Additional include directories the compiler should search -ADDITIONAL_INCLUDE_DIRS += -I../src +ADDITIONAL_INCLUDE_DIRS += -I../src \ + -I../src/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) + # Additional LDFLAGS to pass to the linker #ADDITIONAL_LDFLAGS +=