Rewritten the code creating the -I and -L flags to avoid creating identical

flags when two GNUSTEP_XXX_ROOT directories are the same


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18820 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2004-03-09 17:39:18 +00:00
parent d1a80447c5
commit 15b3c82065

View file

@ -1,3 +1,10 @@
Tue Mar 9 17:25:16 2004 Nicola Pero <n.pero@mi.flashnet.it>
* common.make (GNUSTEP_HEADERS_DIRS, GNUSTEP_LIBRARIES_DIRS,
GNUSTEP_HEADER_FND_DIRS): Rewritten the code creating the list of
-I and -L flags to pass to the compiler and linker so that if two
GNUSTEP_XXX_ROOT are the same, the flags are added only once.
Tue Mar 9 17:21:34 2004 Nicola Pero <n.pero@mi.flashnet.it>
* common.make: Removed stale debugging statement.