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