mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Define HAS_LN_S
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12992 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fa5227f60c
commit
8106e91677
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@ LIBEXT = .a
|
|||
|
||||
LN_S = @LN_S@
|
||||
|
||||
# This is the best we can do given the current autoconf, which only
|
||||
# returns LN_S
|
||||
ifeq ($(LN_S), ln -s)
|
||||
HAS_LN_S = yes
|
||||
endif
|
||||
|
||||
LD = $(CC)
|
||||
LDOUT =
|
||||
LDFLAGS = @LDFLAGS@
|
||||
|
|
Loading…
Reference in a new issue