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:
Adam Fedor 1999-04-27 14:53:20 +00:00
parent cf3b342d76
commit 124c17ccd5
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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?