mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Modify includdir
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@4147 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf3b342d76
commit
124c17ccd5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-04-27 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* congif.site (includedir): Put include files in Headers, not in
|
||||
OS/CPU specific dir.
|
||||
|
||||
1999-04-22 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* GNUstep.csh.in: Don't define LIBRARY_COMBO if already set.
|
||||
|
|
|
@ -77,7 +77,7 @@ fi
|
|||
|
||||
# Change the include directory default
|
||||
if test "$includedir" = "\${prefix}/include" ; then
|
||||
includedir="\${prefix}/Headers/${GNUSTEP_TARGET_CPU}/${GNUSTEP_TARGET_OS}"
|
||||
includedir="\${prefix}/Headers"
|
||||
fi
|
||||
|
||||
# xxx What about oldincludedir?
|
||||
|
|
Loading…
Reference in a new issue